Guest Posted October 23, 2002 Posted October 23, 2002 IN the catagories page is there any way to turn off the product titles to only show the pictures. EX: http://memorychick.com/catalog/default.php...deb6a2aedc866e3 I just want to show the Picture Instead of having the Picture On Top and the Product Title on Bottom. Any would be appreicated. Thanks, Paul Luu
mouflon Posted October 23, 2002 Posted October 23, 2002 default.php - around line 102 replace echo ' <td align="center" class="smallText" style="width: ' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new, 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br>' . $categories['categories_name'] . '</a></td>' . "n"; with echo ' <td align="center" class="smallText" style="width: ' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new, 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br></a></td>' . "n"; Unexpect the Expected
Recommended Posts
Archived
This topic is now archived and is closed to further replies.