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
<?php | |
/** | |
* Implements theme_menu_link() for the main menu when displayed in menu_block | |
* block. | |
* | |
* Stock bootstrap theme doesn't render menus deeper than 2 levels because the | |
* navbar feature doesn't support a third level. But when rendering the menu in | |
* the sidebar, we can do unlimited nesting because we're not using the dynamic | |
* navbar. | |
* |
NewerOlder