Move comment to be after document start.
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
#!/usr/bin/php
|
#!/usr/bin/php
|
||||||
<!--
|
|
||||||
Landing page, keeping it apps and development projects like old WordPress site.
|
|
||||||
-->
|
|
||||||
<?php
|
<?php
|
||||||
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
||||||
$GLOBALS["HEADER_TITLE"] = "Announcements";
|
$GLOBALS["HEADER_TITLE"] = "Announcements";
|
||||||
}
|
}
|
||||||
include "helpers/body_open.php";
|
include "helpers/body_open.php";
|
||||||
?>
|
?>
|
||||||
|
<!--
|
||||||
|
Landing page, keeping it apps and development projects like old WordPress site.
|
||||||
|
-->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h1 class="col-12 title">Welcome!</h1>
|
<h1 class="col-12 title">Welcome!</h1>
|
||||||
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
|
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
|
||||||
|
Reference in New Issue
Block a user