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,6 +85,7 @@ $tmp_items[] = $item; } $nav['title'] = $app->lng($nav['title']); $nav['startpage'] = $_SESSION['s']['module']['startpage']; $nav['items'] = $tmp_items; $nav_translated[] = $nav; }