summaryrefslogtreecommitdiff
path: root/www-ssl/inc/footer.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-17 00:08:10 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-17 00:08:10 +0000
commit283d16d543ab62540b819c46518d324044eb7eb3 (patch)
tree4e055b7146aeb07a6e23c0ce997098d174441f38 /www-ssl/inc/footer.php
parent0be11220475057eddd56cd9aca039ff5dad4edd7 (diff)
add counter und fix language entrys
git-svn-id: svn://svn.cccv.de/engel-system@61 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc/footer.php')
-rwxr-xr-xwww-ssl/inc/footer.php5
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>&nbsp;";
+ echo "<a href=\"". $_SESSION["oldurl"]. "\">".Get_Text("back")."</a>&nbsp;";
?>
- <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"> &#169; copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</a></h5>
+ <? include( "./inc/funktion_counter.php"); ?>
</td>
</tr>
</table>