This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In your template: | |
| ------------------- | |
| <?php defined('_JEXEC') or die; | |
| // Menu Item ID | |
| $itemId = JRequest::getInt('Itemid', 0); ?> | |
| <body class="<?php echo 'item-' . $itemId;?>"> | |
| ... | |
| </body> |