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') 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