Insert body class name in Joomla
Posted by Michele in Code on 25. Mar, 2009 | 0 Comments
I recently had to add a class name per section into a body tag for a Joomla based website I have been working on. After quite a bit of google’ing I found this and it was super useful. To use the menu alias as the class name <?php $menu = &JSite::getMenu(); $active = $menu->getActive(); ?> [...]


