Remove excess helpers (section_{open,close}.php).
This commit is contained in:
parent
471d5e1573
commit
218dacd5ea
@ -54,17 +54,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include "helpers/section_open.php";
|
|
||||||
include "subpages/about/notice.php";
|
include "subpages/about/notice.php";
|
||||||
include "helpers/section_close.php";
|
|
||||||
|
|
||||||
include "helpers/section_open.php";
|
|
||||||
include "subpages/about/health.php";
|
include "subpages/about/health.php";
|
||||||
include "helpers/section_close.php";
|
|
||||||
|
|
||||||
include "helpers/section_open.php";
|
|
||||||
include "subpages/about/stance.php";
|
include "subpages/about/stance.php";
|
||||||
include "helpers/section_close.php";
|
|
||||||
|
|
||||||
include "helpers/body_close.php";
|
include "helpers/body_close.php";
|
||||||
?>
|
?>
|
||||||
|
@ -1 +0,0 @@
|
|||||||
#!/usr/bin/php
|
|
@ -1 +0,0 @@
|
|||||||
#!/usr/bin/php
|
|
@ -24,9 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include "helpers/section_open.php";
|
|
||||||
include "subpages/home/apps.php";
|
include "subpages/home/apps.php";
|
||||||
include "helpers/section_close.php";
|
|
||||||
|
|
||||||
include "helpers/body_close.php";
|
include "helpers/body_close.php";
|
||||||
?>
|
?>
|
||||||
|
@ -19,9 +19,7 @@ cat << EOF
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Any subpages
|
# Any subpages
|
||||||
###./helpers/section_open.php
|
|
||||||
###./subpages/journey/???
|
###./subpages/journey/???
|
||||||
###./helpers/section_close.php
|
|
||||||
|
|
||||||
# Finish the web page
|
# Finish the web page
|
||||||
./helpers/body_close.php
|
./helpers/body_close.php
|
||||||
|
@ -20,13 +20,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include "helpers/section_open.php";
|
|
||||||
include "subpages/support/gifts.php";
|
include "subpages/support/gifts.php";
|
||||||
include "helpers/section_close.php";
|
|
||||||
|
|
||||||
include "helpers/section_open.php";
|
|
||||||
include "subpages/support/donate.php";
|
include "subpages/support/donate.php";
|
||||||
include "helpers/section_close.php";
|
|
||||||
|
|
||||||
include "helpers/body_close.php";
|
include "helpers/body_close.php";
|
||||||
?>
|
?>
|
||||||
|
@ -20,12 +20,10 @@ cat << EOF
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Create a subsection
|
# Create a subsection
|
||||||
./helpers/section_open.php
|
|
||||||
echo -e "\t\t<h2>Server Neofetch</h2>"
|
echo -e "\t\t<h2>Server Neofetch</h2>"
|
||||||
echo -e "\t\t<p>"
|
echo -e "\t\t<p>"
|
||||||
neofetch --stdout
|
neofetch --stdout
|
||||||
echo -e "\t\t</p>"
|
echo -e "\t\t</p>"
|
||||||
./helpers/section_close.php
|
|
||||||
|
|
||||||
# Finish the web page
|
# Finish the web page
|
||||||
./helpers/body_close.php
|
./helpers/body_close.php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user