diff options
Diffstat (limited to 'www-ssl/inc/footer.php')
-rwxr-xr-x | www-ssl/inc/footer.php | 5 |
1 files changed, 3 insertions, 2 deletions
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" ) <br> <p align="center"> <?PHP If (IsSet($_SESSION['oldurl'])) - echo "<a href=\"". $_SESSION["oldurl"]. "\">".Get_Text(11)."</a> "; + echo "<a href=\"". $_SESSION["oldurl"]. "\">".Get_Text("back")."</a> "; ?> - <a href="#top"><?PHP echo Get_Text(12); ?></a> + <a href="#top"><?PHP echo Get_Text("top"); ?></a> </p> </td> </tr> @@ -111,6 +111,7 @@ if( isset($_SESSION['UID'])) <tr> <td colspan="2"> <h5 align="center"> © copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</a></h5> + <? include( "./inc/funktion_counter.php"); ?> </td> </tr> </table> |