latham
2011-11-04 2696e12bd643eaca85b9780b1c7d8ec1377df0fb
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]);