summaryrefslogtreecommitdiff
path: root/www-ssl/inc/menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/inc/menu.php')
-rwxr-xr-xwww-ssl/inc/menu.php6
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>