Exemplo n.º 1
0
 public static function init()
 {
     /* color of the navbar in the view */
     self::$navbar_color = 'background-color: #efefef;';
     /*options are 'solid' or 'none'*/
     self::$border = 'border-style: none;';
     self::$menu_array = array('home' => array('class' => 'active', 'link' => '#', 'dropdown_items' => NULL), 'page_1' => array('class' => 'dropdown', 'link' => '#', 'dropdown_items' => array('Page_1-1' => '#', 'Page_1-2' => '#', 'Page_1-3' => '#')), 'page_2' => array('class' => NULL, 'link' => '#', 'dropdown_items' => NULL), 'page_3' => array('class' => NULL, 'link' => '#', 'dropdown_items' => NULL));
 }