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">
|
<link rel="stylesheet" type="text/css" href="../style/layout.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Print HTML foot */
|
/* Print HTML foot */
|
||||||
|
@ -52,7 +52,7 @@ function echoHTMLFoot()
|
||||||
?>
|
?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Print help site */
|
/* Print help site */
|
||||||
|
|
|
@ -30,7 +30,7 @@ include_once("../lib/status.inc");
|
||||||
<link rel="stylesheet" type="text/css" href="../style/layout.css" />
|
<link rel="stylesheet" type="text/css" href="../style/layout.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?
|
<?php
|
||||||
$Typ = "WARN";
|
$Typ = "WARN";
|
||||||
$Headline = "Test";
|
$Headline = "Test";
|
||||||
$Text = "{color=00FF00}Farbe{endcolor} {bold}fett{endbold}";
|
$Text = "{color=00FF00}Farbe{endcolor} {bold}fett{endbold}";
|
||||||
|
|
Loading…
Reference in New Issue