While browsing a sub-menu, both the sidebar sub-menu item and the parent menu item in the top bar will be highlighted.
Installation
Unpack the archive and put the 'mysplitcssmenu.php' in your templates folder.
Edit the ' index.php' file and put:
include($mosConfig_absolute_path."/templates/".$cur_template."/mysplitcssmenu.php");
under:
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
Change the template code for the top menu from:
mosLoadModules ( 'user3', -1);
to:
echo $mycssPSPLITmenu_content;
Change the template code for the left menu from:
mosLoadModules ( 'left' );
to
echo $mycssSSPLITmenu_content;
Edit the template_css.css to change the appearance of the menus.
Requirements:
· Joomla! 1.0.x/1.5.x