tbrehm
2010-07-07 fd9ef2e572f861211312b95244ed3cb98ae30611
interface/web/nav.php
@@ -80,6 +80,10 @@
//** Side Naviation
if(isset($_GET['nav']) && $_GET['nav'] == 'side') {
   if(is_file($_SESSION['s']['module']['name'].'/lib/custom_menu.inc.php')) {
      include_once($_SESSION['s']['module']['name'].'/lib/custom_menu.inc.php');
   } else {
   $app->tpl->newTemplate('sidenav.tpl.htm');
   //* translating module navigation
@@ -99,11 +103,12 @@
   } else {
      $nav_translated = null;
   }
   $app->tpl->setLoop('nav_left',$nav_translated);
}
}
$app->tpl_defaults();
$app->tpl->pparse();