bigbob2 Posted February 11, 2015 Posted February 11, 2015 I am trying to make my images larger on the categories (the images for sub categories) but I can't seem to find where I can change it. I have been through the configurations-images in the admin but I can't see anything that looks like it. Cheers Kev
PupStar Posted February 11, 2015 Posted February 11, 2015 @@bigbob2 The line of code which controls the sub category images is in the index.php echo ' <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) . '</a>'; and in admin>configuration>images look for Subcategory Image Width & Subcategory Image Height The above is based on 2.3.4BS version but should be the same Mark
Recommended Posts
Archived
This topic is now archived and is closed to further replies.