aibara
2012-05-02 c60b790cc7c93de0f764096253c733cb3d5fa8c2
interface/web/nav.php
@@ -45,6 +45,7 @@
      /*
       * If the dashboard is in the list of modules it always has to be the first!
       */
      asort($modules);
      if (in_array('dashboard', $modules)) {
         $key = array_search('dashboard', $modules);
         unset($modules[$key]);