diff options
Diffstat (limited to 'www-ssl/inc/footer.php')
-rwxr-xr-x | www-ssl/inc/footer.php | 6 |
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"> © 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....*/ ?> |