ubur Posted September 30, 2005 Posted September 30, 2005 Hi all, I want to be able to customize my InfoBoxes, where some are only seen on certain pages. IE, the Latest product box on the Main Page, or other boxes on there. I know all I need to do is put a PHP tag where I want it to appear: include(DIR_WS_??????. 'whats_new.php'); But I can't remember what to put in the ????? to have it point to my templates>boxes>whats_new.php file, or whatever box I want. thanks all.
Guest Posted September 30, 2005 Posted September 30, 2005 its DIR_WS_BOXES or whatever is defined in your includes\configure.php file for the boxes directory
ubur Posted September 30, 2005 Author Posted September 30, 2005 its DIR_WS_BOXES or whatever is defined in your includes\configure.php file for the boxes directory Even if I am using the templates contrib, where the boxes are included within the template folder?
Guest Posted October 1, 2005 Posted October 1, 2005 well there always going to be a definition for the boxes directory If you see the STS sample it shows like this define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.