I’m trying to use the template for Joomla1.5, everything working fine, but just one things I can’t figure out. I want to change the menu type, but I can’t find where to change. In the old userguide for 1.0, it said there’s a section in jallyra/index.php where I can change the menu type, but in 1.5 template, I can’t find the setting there.
<<manual for 1.0>>
To choose your menu type, go to the 32 nd line in the “ja_olyra/
index.php” and change $ja_menutype to what
you need.
1 is Split Menu, 2 is Suckerfish, 3 is Transmenu
31 # Choose your prefer Menu Type
32 $ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu;
But I can’t find these setting in 1.5 template.
Please give me advise. Thank you!