'index.php', 'text' => 'Dashboard', 'icon' => 'home', ); if (!EZ::$isPro) { $menu0[] = array( 'url' => '#', 'id' => 'goPro', 'text' => 'Go Pro!', 'class' => 'red goPro', 'aClass' => 'red goPro', 'icon' => 'shopping-cart', 'toggle' => 'popover', 'trigger' => 'hover', 'content' => "Get the Pro version of this app! Tons of extra features. Instant download.", 'placement' => "right", 'title' => "Upgrade to Pro" ); } $menu = array_merge($menu0, $menu); $subMenu = array(); $subMenu[] = array('text' => 'Configuration'); $subMenu[] = array( 'url' => 'options.php', 'text' => 'Options', 'icon' => 'cog' ); $subMenu[] = array( 'url' => 'advanced.php', 'text' => 'Advanced Options', 'class' => 'red', 'icon' => 'cog' ); $subMenu[] = array( 'url' => 'reinstall.php', 'text' => 'Rerun DB Setup', 'icon' => 'repeat' ); $menu[] = $subMenu; if (!EZ::isInWP()) { $subMenu = array(); $subMenu[] = array('text' => 'Your Account'); $subMenu[] = array( 'url' => 'profile.php', 'text' => 'Your Profile', 'icon' => 'lock' ); $subMenu[] = array( 'url' => 'login.php?logout', 'text' => 'Logout', 'icon' => 'ban-circle' ); $menu[] = $subMenu; } ob_start(); ?>
