From 283d16d543ab62540b819c46518d324044eb7eb3 Mon Sep 17 00:00:00 2001 From: cookie Date: Thu, 17 Nov 2005 00:08:10 +0000 Subject: add counter und fix language entrys git-svn-id: svn://svn.cccv.de/engel-system@61 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/inc/footer.php | 5 +++-- www-ssl/inc/funktion_counter.php | 24 ++++++++++++++++++++++ www-ssl/inc/funktion_lang.php | 43 ++++++++++++++++++++++++---------------- www-ssl/inc/header.php | 6 +++--- 4 files changed, 56 insertions(+), 22 deletions(-) create mode 100644 www-ssl/inc/funktion_counter.php (limited to 'www-ssl/inc') diff --git a/www-ssl/inc/footer.php b/www-ssl/inc/footer.php index 5f4edf35..348871ac 100755 --- a/www-ssl/inc/footer.php +++ b/www-ssl/inc/footer.php @@ -16,9 +16,9 @@ if( $Page["ShowTabel"]=="Y" )

".Get_Text(11)." "; + echo "".Get_Text("back")." "; ?> - +

@@ -111,6 +111,7 @@ if( isset($_SESSION['UID']))
© copyleft - Kontakt
+ diff --git a/www-ssl/inc/funktion_counter.php b/www-ssl/inc/funktion_counter.php new file mode 100644 index 00000000..70b104d4 --- /dev/null +++ b/www-ssl/inc/funktion_counter.php @@ -0,0 +1,24 @@ + diff --git a/www-ssl/inc/funktion_lang.php b/www-ssl/inc/funktion_lang.php index 9a6dc220..42de5df8 100755 --- a/www-ssl/inc/funktion_lang.php +++ b/www-ssl/inc/funktion_lang.php @@ -1,30 +1,39 @@ 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" ) "; - if( strlen(Get_Text($Page["Name"])) > 0 ) + if( strlen( $header) == 0 ) echo "\n\t". Get_Text($Page["Name"]). "\n"; else echo "\n\t$header\n"; @@ -115,9 +115,9 @@ function SetHeaderGo2Back () if ( $Page["CVS"] != "Y" ) { echo "Du besitzt kein Rechte für diesen Bereich.
\n"; If (IsSet($_SESSION['oldurl'])) - echo "".Get_Text(11)." geht's zurück...\n"; + echo "".Get_Text("back")." geht's zurück...\n"; else - echo "".Get_Text(11)." geht's zurück...\n"; + echo "".Get_Text("back")." geht's zurück...\n"; exit (); } ?> -- cgit v1.2.3-54-g00ecf