From e0367642e6c8ecca96c66f5ed512559f715dfa12 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 17 Nov 2008 17:44:52 -0500 Subject: [PATCH] commented out the imprint link in the default theme. --- interface/web/themes/default/templates/main.tpl.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/themes/default/templates/main.tpl.htm b/interface/web/themes/default/templates/main.tpl.htm index e2c9a1c..2f05a37 100644 --- a/interface/web/themes/default/templates/main.tpl.htm +++ b/interface/web/themes/default/templates/main.tpl.htm @@ -26,7 +26,7 @@ <a class="skip" href="#navigation" title="skip link">Skip to the navigation</a><span class="hideme">.</span> <a class="skip" href="#content" title="skip link">Skip to the content</a><span class="hideme">.</span> <!-- end: skip link navigation --> - <span><a href="login/logout.php">Logout</a> | <a href="help/index.php">Help</a> | <a href="#">Imprint</a></span> + <span><a href="login/logout.php">Logout</a> | <a href="help/index.php">Help</a><!-- | <a href="#">Imprint</a>--></span> </div> <h1 id="ir-HeaderLogo" class="swap"><span>ISPConfig 3</span></h1> <span>hosting control panel</span> -- Gitblit v1.9.1