5 lines
67 B
PHP
5 lines
67 B
PHP
<?
|
|
header("Content-type: text/html");
|
|
echo $content_for_layout;
|
|
?>
|
<?
|
|
header("Content-type: text/html");
|
|
echo $content_for_layout;
|
|
?>
|