From 0db84b064ec471277fe961188af053803233bca0 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 2 Aug 2016 10:37:55 -0400 Subject: [PATCH] Added editor fold sections, fixed php comments. Wrapped the meta, header and footer scripts in editor-fold elements. All PHP comments changed to multi-line rather than single-line comments. Comments were inconsistent with section end symbols; placed the / in the right spot on the section end. --- root/index.php | 208 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 144 insertions(+), 64 deletions(-) diff --git a/root/index.php b/root/index.php index f9a4ca1..5b418fc 100644 --- a/root/index.php +++ b/root/index.php @@ -1,26 +1,36 @@ + + @@ -29,15 +39,19 @@ +
+
@@ -48,14 +62,20 @@
-->
+
+ + + --> + @@ -148,13 +181,17 @@ @@ -169,13 +206,17 @@ @@ -187,13 +228,17 @@ @@ -225,13 +270,17 @@ @@ -345,15 +394,19 @@
- + @@ -380,18 +433,24 @@
@@ -440,8 +499,10 @@ ?>
@@ -461,12 +524,29 @@
+ + + + \ No newline at end of file -- 2.17.1