Guest Posted May 29, 2005 Posted May 29, 2005 :'( I need to change the default catagorie display on the page from a picture on top of the catagorie name to the catagorie name on the left with the picture on the right. How do I do it? I cannot even find where it prints out the catagorie display, much less change it. HELP!!!!
Wendy James Posted May 29, 2005 Posted May 29, 2005 index.php look for echo ' <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br>' . $categories['categories_name'] . '</a></td>' . "\n"; if ((($rows / MAX_DISPLAY_CATEGORIES_PER_ROW) == floor($rows / MAX_DISPLAY_CATEGORIES_PER_ROW)) && ($rows != $number_of_categories)) { echo ' </tr>' . "\n"; echo ' <tr>' . "\n"; } } Only place i know that only effects that page good luck =) If you couldn't find it... I have to say I do not suggest you edit it. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.