Move comment to be after document start.

This commit is contained in:
2025-10-17 14:19:57 -07:00
parent a1a02500e4
commit 2feb3e88cc

View File

@@ -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"])