'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', 'class' => 'red', 'icon' => 'repeat' ); $menu[] = $subMenu; ob_start(); ?>
  • $text"; ?>
  • $text\n EOLI; } } function insertAlerts($width = 10) { ?> Help
    "; } function renderHtmlHead($app) { if (class_exists('EZ') && !empty(EZ::$options['theme'])) { $themeCSS = "css/bootstrap-" . strtolower(EZ::$options['theme']) . ".min.css"; } else { $themeCSS = "css/bootstrap-cerulean.min.css"; } ?> <?php echo $app->name; ?> - <?php echo $app->slogan; ?> css)) { foreach ($app->css as $css) { echo " \n"; } } ?>

    <?php echo $app->name; ?>

    Welcome to name; ?>
    slogan; ?>