Rayzak Posted January 11, 2005 Share Posted January 11, 2005 So, basically what I need is to add my own link to the buttom of the categories box. It will be a page with all categories and subcategories. Can anyone help? thx in advance Link to comment Share on other sites More sharing options...
Rayzak Posted January 11, 2005 Author Share Posted January 11, 2005 Ok. I got it. If interested to this: boxes/categories.php find tep_show_category($first_element); $info_box_contents = array(); $info_box_contents[] = array('text' => $categories_string); add after: $info_box_contents [] = array('align' => 'left', 'text' => '? <a href="' . tep_href_link(FILENAME_SITEMAP) . '">' . BOX_INFORMATION_SITEMAP . '</a>'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.