Move PHP comments into PHP tags since they do not need to be on the website and were in front of the Doc Start tag.

This commit is contained in:
2025-10-17 14:27:53 -07:00
parent 2feb3e88cc
commit 219236f167
11 changed files with 14 additions and 34 deletions

View File

@@ -1,13 +1,11 @@
#!/usr/bin/php
<?php
/* Landing page, keeping it apps and development projects like old WordPress site. */
if (!isset($GLOBALS["HEADER_TITLE"])) {
$GLOBALS["HEADER_TITLE"] = "Announcements";
}
include "helpers/body_open.php";
?>
<!--
Landing page, keeping it apps and development projects like old WordPress site.
-->
<div class="row">
<h1 class="col-12 title">Welcome!</h1>
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])