summaryrefslogtreecommitdiff
path: root/www-ssl/inc/footer.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-30 22:13:38 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-30 22:13:38 +0000
commitbf88f9c69beddd3d0559648ec9db37f34bd64300 (patch)
treebdb7ee515c0325cc3ab18e47c03768ff88655836 /www-ssl/inc/footer.php
parentf53f4bf0c64ef14cfac882a98e3f6a2cd883c973 (diff)
aus gegebenen anlass, update von <? auf <?PHP
git-svn-id: svn://svn.cccv.de/engel-system@99 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc/footer.php')
-rwxr-xr-xwww-ssl/inc/footer.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-ssl/inc/footer.php b/www-ssl/inc/footer.php
index 84efb6cd..70613d29 100755
--- a/www-ssl/inc/footer.php
+++ b/www-ssl/inc/footer.php
@@ -29,7 +29,7 @@ if( $Page["ShowTabel"]=="Y" )
<!-- anfang des menue parts //-->
-<?
+<?PHP
if( $_SESSION['Menu'] =="R") include("./inc/menu.php");
?>
</td>
@@ -44,7 +44,7 @@ if( $_SESSION['Menu'] =="R") include("./inc/menu.php");
<tr>
<td colspan="2">
<h5 align="center"> &#169; copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</a>
- <?
+ <?PHP
include( "./inc/funktion_counter.php");
include( "./inc/funktion_flag.php");
?></h5>
@@ -57,7 +57,7 @@ if( $_SESSION['Menu'] =="R") include("./inc/menu.php");
</div>
-<?
+<?PHP
//############################### ShowTable Start ##############################
} /* if (ShowTabel....*/
?>