jarzom Posted October 7, 2007 Share Posted October 7, 2007 CSSMENU: Hi, is it possible to add a fixed menu-item in the bottom af the categories_css.php. I would like the: $info_box_contents[] = array('align' => 'left', 'text' => '<font size=-2><a href="' . tep_href_link(FILENAME_ALLPRODS, '', 'NONSSL') . '">' . BOX_INFORMATION_ALLPRODS . '</a></font>'); added to my menu. I know i can just put it in before: $info_box_contents[] = array('text' => PrintSubMenus( 0, $languages_id, '' )); but then its not included in the menu-structure. Any ideas ? Link to comment Share on other sites More sharing options...
jarzom Posted October 9, 2007 Author Share Posted October 9, 2007 CSSMENU: Hi, is it possible to add a fixed menu-item in the bottom af the categories_css.php. I would like the: $info_box_contents[] = array('align' => 'left', 'text' => '<font size=-2><a href="' . tep_href_link(FILENAME_ALLPRODS, '', 'NONSSL') . '">' . BOX_INFORMATION_ALLPRODS . '</a></font>'); added to my menu. I know i can just put it in before: $info_box_contents[] = array('text' => PrintSubMenus( 0, $languages_id, '' )); but then its not included in the menu-structure. Any ideas ? bump ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.