Contributions
Category Image Banner
This will add a banner of the categories, with their images and text, across the top of all the catalog pages. Click the image or text to go to the category.
This was designed to replace the standard 'category tree' on the left hand side of the site. To view the result visit www.shop-peru.com.
The image sizes can be controlled on line 46 (currently 80x80):
$CatImage = tep_image(DIR_WS_IMAGES . $row['categories_image'], $row['categories_name'], 80, 80);
| 16 Mar 2006 |
This will add a banner of the categories, with their images and text, across the top of all the catalog pages. Click the image or text to go to the category.
This was designed to replace the standard 'category tree' on the left hand side of the site. To view the result visit www.shop-peru.com.
The image sizes can be controlled on line 46 (currently 80x80):
$CatImage = tep_image(DIR_WS_IMAGES . $row['categories_image'], $row['categories_name'], 80, 80);
Note: Contributions are used at own risk.
