/ Published in: PHP
Copy /modules/mod_menu/tmpl/default.php to /templates/MYTEMPLATE/html/mod_menu/default.php
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Replace if ($item->deeper) { $class .= 'deeper '; } // with this $currentitemcount ++; $class .= 'last '; } if ($lastdeeper or $currentitemcount == 1) { $class .= 'first '; } if ($item->deeper) { $class .= 'deeper '; $lastdeeper = true; } else { $lastdeeper = false; }
URL: http://forum.joomla.org/viewtopic.php?p=2459568#p2459568