Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1.                 <?php
  2.                     $main = menu_navigation_links('main-menu', '0');
  3.                     $main = str_replace("leaf", "", $main );
  4.                     echo theme('links__system_main_menu', array(
  5.                     'links' => $main,
  6.                     'attributes' => array(
  7.                     'id' => 'main-menu',
  8.                     'class' => array('links')
  9.                     ),
  10.                     ));
  11.                 ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement