tbrehm
2012-05-10 e94a9fb5e4b6a2bc07e0bb4cf8ea35fc70c4bbf0
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]);