Guest User

Untitled

a guest
Jan 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?php print theme('links__system_main_menu', array(
  2. 'links' => $main_menu,
  3. 'attributes' => array(
  4. 'id' => 'main-menu',
  5. 'class' => array('links', 'inline', 'clearfix'),
  6. ),
  7. 'heading' => array(
  8. 'text' => t('Main menu'),
  9. 'level' => 'h2',
  10. 'class' => array('element-invisible'),
  11. ),
  12. )); ?>
  13.  
  14. <?php print render($page['navigation']); ?>
Add Comment
Please, Sign In to add comment