
Originally Posted by
stevesh
In the case of the New Products, find this line in english.php:
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
and add the link:
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s - <a href="http://www.stevesh.org/demo/index.php?main_page=products_new">Click here for all New Products</a>');
I added this to the stylesheet so everything would fit:
#whatsNew .centerBoxHeading {font-size: 1.2em;}
See the result at www .stevesh.org/demo.
The others would be the same with their respective defines.
Bookmarks