From 869f30de060bcec0bce99a0045d34d320e25606c Mon Sep 17 00:00:00 2001
From: Cristian Deluxe <djcristiandeluxe@gmail.com>
Date: Mon, 21 Mar 2016 18:37:34 -0400
Subject: [PATCH] More strings translated, lines sort case insensitive and clean empty spaces/new lines after ?>

---
 interface/web/dashboard/lib/module.conf.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/dashboard/lib/module.conf.php b/interface/web/dashboard/lib/module.conf.php
index 67f769e..4471f9b 100644
--- a/interface/web/dashboard/lib/module.conf.php
+++ b/interface/web/dashboard/lib/module.conf.php
@@ -32,6 +32,7 @@
 $module['template']  = 'dashboard.tpl.htm';
 $module['startpage']  = 'dashboard/dashboard.php';
 $module['tab_width']    = '';
+$module['order']    = '1';
 
 //$items = array();
 //

--
Gitblit v1.9.1