From 19697c2f4600863983dd0b30d59a76a8899491a5 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Tue, 14 Nov 2017 13:17:08 +0000 Subject: Working on front-controller, and moving themes to views --- resources/views/layouts/administration.php | 6 +---- resources/views/layouts/default.php | 36 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 resources/views/layouts/default.php (limited to 'resources/views/layouts') diff --git a/resources/views/layouts/administration.php b/resources/views/layouts/administration.php index 77242ae5c1..9f54abbfd3 100644 --- a/resources/views/layouts/administration.php +++ b/resources/views/layouts/administration.php @@ -11,9 +11,7 @@ <?= $title ?> - - - + @@ -80,7 +78,5 @@ - - diff --git a/resources/views/layouts/default.php b/resources/views/layouts/default.php new file mode 100644 index 0000000000..c61c379499 --- /dev/null +++ b/resources/views/layouts/default.php @@ -0,0 +1,36 @@ + + + + + + +> + + + + + + + + + + + + + + + + + + + +' . + + + -- cgit v1.3