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