Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding af fixed menu item ?


jarzom

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...