bluecivic21 Posted April 10, 2005 Posted April 10, 2005 is it possible to add a link in the category box, I want to add a static page to the list of categories, or is it possible to make a category go stright to a php page and not display the category content
Marg Posted April 10, 2005 Posted April 10, 2005 I have just written the link into the includes/boxes/categories.php You'll need to keep your session going so do something like: Change at the end of file: } new infoBox($info_box_contents); ?> To: } new infoBox($info_box_contents); ?> <a href="your_file.php?osCsid=<? echo tep_session_id() ?>">Your Link Name</a> Marg
Recommended Posts
Archived
This topic is now archived and is closed to further replies.