tbrehm
2008-12-15 db5aa62b7faa2685f29215d4d08e13d28fd481a1
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;
      }