From 122be74d39f3bd64b8f34ea5cc76d1e7e6e39ffa Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Wed, 11 Mar 2009 14:30:17 -0400
Subject: [PATCH] css fix: form hint indent

---
 interface/web/nav.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/interface/web/nav.php b/interface/web/nav.php
index 1683f6d..c3f550a 100644
--- a/interface/web/nav.php
+++ b/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;
 		}

--
Gitblit v1.9.1