|
|||
|
Hallo Leute,
ich versuche den Image-Pfad in der new_products_default.html ca. in Zeile 11 zu ?ndern. Code:
<td rowspan="3" >{if $module_data.PRODUCTS_IMAGE}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>{/if}</td>
ich w?rde gerne das der Pfad auf das Verzeichniss images/product_images/info_images/1_0.jpg verweist. in der product_info_v1.html wird der Pfad ?ber $PRODUCTS_IMAGE erstellt $PRODUCTS_IMAGE = images/product_images/info_images/1_0.jpg das klappt aber nicht in der new_products_default.html. wie bekomm ich das hin? Gr??e lexus_mod |
|
|||
|
In includes/modules/new_products.php ungef?hr Zeile 95 (XTC Version 304)
Versuch mal folgendes. Originalzeile: Code:
$image = DIR_WS_THUMBNAIL_IMAGES.$new_products['products_image']; Code:
$image = DIR_WS_INFO_IMAGES.$new_products['products_image']; Gruss Hen |
![]() |
| Lesezeichen |
| Stichworte |
| imagepfad, ndern, newproductsdefaulthtml |
| Themen-Optionen | |
| Ansicht | |
|
|