From 59cfa25b2432bbca1913fcf712eaac3c95781f6c Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 24 Jun 2017 22:28:36 -0400 Subject: Add stdpage view template --- app/view/stdpage.php | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 app/view/stdpage.php (limited to 'app/view/stdpage.php') diff --git a/app/view/stdpage.php b/app/view/stdpage.php new file mode 100644 index 0000000..bad68f3 --- /dev/null +++ b/app/view/stdpage.php @@ -0,0 +1,65 @@ + + + + + + + + + + + Scrott<?=($title ? " - ".$title : "")?> + + + + + + + + + + + -- cgit v1.2.3 From 96a9cd59279774aea667340daaf947e3938442c7 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 24 Jun 2017 22:53:59 -0400 Subject: Remove unnessary identifier qualifiers --- app/view/stdpage.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/view/stdpage.php') diff --git a/app/view/stdpage.php b/app/view/stdpage.php index bad68f3..157dc1b 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -53,13 +53,13 @@ require_once "class/globals.php"; Scrott<?=($title ? " - ".$title : "")?> - + - - + + -- cgit v1.2.3 From c8d6725f2dfb378c744c569df1b9981623808c87 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Tue, 27 Jun 2017 01:26:33 -0400 Subject: Reformat view helper modules To limit whitespace being piped to the client, remove empty lines of free HTML between PHP functions defined in view files. To maintain readability, this spacing is added back at the top and bottom of each PHP function. --- app/view/stdpage.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/view/stdpage.php') diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 157dc1b..4bdc0c5 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -17,7 +17,6 @@ namespace stdpage; require_once "class/globals.php"; ?> -