From fc0edb2f00bcdc6baaaa29f9041e82f3003b9b44 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Sun, 07 Jun 2015 12:16:19 -0400 Subject: [PATCH] Merge branch 'master' into 'master' --- interface/web/dashboard/lib/module.conf.php | 25 ++++++++++++++----------- 1 files changed, 14 insertions(+), 11 deletions(-) diff --git a/interface/web/dashboard/lib/module.conf.php b/interface/web/dashboard/lib/module.conf.php index 28f47a2..4471f9b 100644 --- a/interface/web/dashboard/lib/module.conf.php +++ b/interface/web/dashboard/lib/module.conf.php @@ -27,20 +27,23 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -$module['name'] = 'dashboard'; -$module['title'] = 'top_menu_dashboard'; -$module['template'] = 'dashboard.tpl.htm'; -$module['startpage'] = 'dashboard/dashboard.php'; +$module['name'] = 'dashboard'; +$module['title'] = 'top_menu_dashboard'; +$module['template'] = 'dashboard.tpl.htm'; +$module['startpage'] = 'dashboard/dashboard.php'; $module['tab_width'] = ''; +$module['order'] = '1'; //$items = array(); // -//$items[] = array( 'title' => 'Dashboard 1', -// 'target' => 'content', -// 'link' => 'dashboard/dashboard.php'); +//$items[] = array( 'title' => 'Dashboard 1', +// 'target' => 'content', +// 'link' => 'dashboard/dashboard.php'); // -//$module['nav'][] = array( 'title' => 'Dashboard 2', -// 'open' => 1, -// 'items' => $items); +//$module['nav'][] = array( 'title' => 'Dashboard 2', +// 'open' => 1, +// 'items' => $items); -?> \ No newline at end of file + + +?> -- Gitblit v1.9.1