torusturtle
2009-03-20 e2d23979737feca8fc66e52a86dff5ae8b3dcab6
interface/web/nav.php
@@ -1,7 +1,7 @@
<?php
/*
Copyright (c) 2005, Till Brehm, projektfarm Gmbh
Copyright (c) 2007, Till Brehm, projektfarm Gmbh
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
@@ -85,7 +85,7 @@
            $tmp_items[] = $item;
         }
         $nav['title'] = $app->lng($nav['title']);
         $nav['startpage'] = $_SESSION['s']['module']['startpage'];
         $nav['startpage'] = $nav['items'][0]['link'];
         $nav['items'] = $tmp_items;
         $nav_translated[] = $nav;
      }