ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
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]);