Remove excess helpers (section_{open,close}.php).

This commit is contained in:
Hyperling 2022-10-19 05:02:50 -05:00
parent 471d5e1573
commit 218dacd5ea
7 changed files with 0 additions and 21 deletions

View File

@ -54,17 +54,9 @@
</div>
<?php
include "helpers/section_open.php";
include "subpages/about/notice.php";
include "helpers/section_close.php";
include "helpers/section_open.php";
include "subpages/about/health.php";
include "helpers/section_close.php";
include "helpers/section_open.php";
include "subpages/about/stance.php";
include "helpers/section_close.php";
include "helpers/body_close.php";
?>

View File

@ -1 +0,0 @@
#!/usr/bin/php

View File

@ -1 +0,0 @@
#!/usr/bin/php

View File

@ -24,9 +24,7 @@
</div>
<?php
include "helpers/section_open.php";
include "subpages/home/apps.php";
include "helpers/section_close.php";
include "helpers/body_close.php";
?>

View File

@ -19,9 +19,7 @@ cat << EOF
EOF
# Any subpages
###./helpers/section_open.php
###./subpages/journey/???
###./helpers/section_close.php
# Finish the web page
./helpers/body_close.php

View File

@ -20,13 +20,8 @@
</div>
<?php
include "helpers/section_open.php";
include "subpages/support/gifts.php";
include "helpers/section_close.php";
include "helpers/section_open.php";
include "subpages/support/donate.php";
include "helpers/section_close.php";
include "helpers/body_close.php";
?>

View File

@ -20,12 +20,10 @@ cat << EOF
EOF
# Create a subsection
./helpers/section_open.php
echo -e "\t\t<h2>Server Neofetch</h2>"
echo -e "\t\t<p>"
neofetch --stdout
echo -e "\t\t</p>"
./helpers/section_close.php
# Finish the web page
./helpers/body_close.php