diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-30 22:13:38 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-30 22:13:38 +0000 |
commit | bf88f9c69beddd3d0559648ec9db37f34bd64300 (patch) | |
tree | bdb7ee515c0325cc3ab18e47c03768ff88655836 /www-ssl/inc/menu.php | |
parent | f53f4bf0c64ef14cfac882a98e3f6a2cd883c973 (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/menu.php')
-rwxr-xr-x | www-ssl/inc/menu.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-ssl/inc/menu.php b/www-ssl/inc/menu.php index 61247329..579b3e63 100755 --- a/www-ssl/inc/menu.php +++ b/www-ssl/inc/menu.php @@ -1,7 +1,7 @@ <!-- anfang des menue parts //--> <td width="160" valign="top"> -<? +<?PHP $MenueTableStart=" <table align=\"center\" class=\"border\" cellpadding=\"3\" cellspacing=\"1\"> <tr> @@ -49,7 +49,7 @@ if ($submenus >= 1 ) { </table> <br> -<? +<?PHP } } @@ -63,7 +63,7 @@ if( isset($_SESSION['UID'])) </td> </tr> </table> -<? +<?PHP } ?> </td> |