problems with short php opening tag fixed
This commit is contained in:
parent
18a29a8e11
commit
acaa9b38eb
|
@ -43,7 +43,7 @@ echo $_SESSION['header'];
|
|||
<link rel="stylesheet" type="text/css" href="../style/layout.css">
|
||||
</head>
|
||||
<body>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
|
||||
/* Print HTML foot */
|
||||
|
@ -52,7 +52,7 @@ function echoHTMLFoot()
|
|||
?>
|
||||
</body>
|
||||
</html>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
|
||||
/* Print help site */
|
||||
|
|
|
@ -30,7 +30,7 @@ include_once("../lib/status.inc");
|
|||
<link rel="stylesheet" type="text/css" href="../style/layout.css" />
|
||||
</head>
|
||||
<body>
|
||||
<?
|
||||
<?php
|
||||
$Typ = "WARN";
|
||||
$Headline = "Test";
|
||||
$Text = "{color=00FF00}Farbe{endcolor} {bold}fett{endbold}";
|
||||
|
|
Loading…
Reference in New Issue