summaryrefslogtreecommitdiff
path: root/www-ssl/inc/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/inc/header.php')
-rwxr-xr-xwww-ssl/inc/header.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-ssl/inc/header.php b/www-ssl/inc/header.php
index dc52f8a0..efeded4e 100755
--- a/www-ssl/inc/header.php
+++ b/www-ssl/inc/header.php
@@ -78,7 +78,7 @@ if( $Page["ShowTabel"]=="Y" )
<td>
<?
echo "\t<a name=\"#$header\" class=\"contenttopic\">";
- if( strlen(Get_Text($Page["Name"])) > 0 )
+ if( strlen( $header) == 0 )
echo "\n\t<b>". Get_Text($Page["Name"]). "</b></a>\n";
else
echo "\n\t<b>$header</b></a>\n";
@@ -115,9 +115,9 @@ function SetHeaderGo2Back ()
if ( $Page["CVS"] != "Y" ) {
echo "Du besitzt kein Rechte für diesen Bereich.<br>\n";
If (IsSet($_SESSION['oldurl']))
- echo "<a href=\"".$oldurl."\">".Get_Text(11)."</a> geht's zur&uuml;ck...\n";
+ echo "<a href=\"".$oldurl."\">".Get_Text("back")."</a> geht's zur&uuml;ck...\n";
else
- echo "<a href=\"../nonpublic\">".Get_Text(11)."</a> geht's zur&uuml;ck...\n";
+ echo "<a href=\"../nonpublic\">".Get_Text("back")."</a> geht's zur&uuml;ck...\n";
exit ();
}
?>