From 68a0f72f6f6a13937e5d69a7762c5e549f66c782 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 26 Jul 2016 15:22:52 -0400 Subject: [PATCH] Mass rework of the glmTheme in an attempt to make it a one file wonder --- root/header.php | 1 + root/index.php | 15 ++++++++++++++- root/{ => parts}/archive.php | 2 -- root/{front-page.php => parts/front-view.php} | 10 ++++------ root/parts/glm-kitchen-sink.php | 2 +- root/{ => parts}/home.php | 2 -- root/{search.php => parts/search-result.php} | 3 +-- root/{ => parts}/single.php | 2 -- root/parts/top-bar.php | 2 +- 9 files changed, 22 insertions(+), 17 deletions(-) rename root/{ => parts}/archive.php (78%) rename root/{front-page.php => parts/front-view.php} (83%) rename root/{ => parts}/home.php (85%) rename root/{search.php => parts/search-result.php} (99%) rename root/{ => parts}/single.php (97%) diff --git a/root/header.php b/root/header.php index 5e3e46d..b5c4af7 100644 --- a/root/header.php +++ b/root/header.php @@ -1,3 +1,4 @@ + diff --git a/root/index.php b/root/index.php index cfeba0c..d2cf1e7 100644 --- a/root/index.php +++ b/root/index.php @@ -1,5 +1,16 @@ -
+ + + + + + + + + + + +
+ + diff --git a/root/archive.php b/root/parts/archive.php similarity index 78% rename from root/archive.php rename to root/parts/archive.php index 38c6c45..ef2c76b 100644 --- a/root/archive.php +++ b/root/parts/archive.php @@ -1,7 +1,5 @@ -
- diff --git a/root/front-page.php b/root/parts/front-view.php similarity index 83% rename from root/front-page.php rename to root/parts/front-view.php index 859a190..c732b9f 100644 --- a/root/front-page.php +++ b/root/parts/front-view.php @@ -1,4 +1,3 @@ -
@@ -11,11 +10,10 @@
- +
- - + \ No newline at end of file diff --git a/root/parts/glm-kitchen-sink.php b/root/parts/glm-kitchen-sink.php index 57633a7..9fde46a 100644 --- a/root/parts/glm-kitchen-sink.php +++ b/root/parts/glm-kitchen-sink.php @@ -285,7 +285,7 @@
copyright - diff --git a/root/single.php b/root/parts/single.php similarity index 97% rename from root/single.php rename to root/parts/single.php index bef202d..cd85b7d 100644 --- a/root/single.php +++ b/root/parts/single.php @@ -1,4 +1,3 @@ -
@@ -35,4 +34,3 @@
- diff --git a/root/parts/top-bar.php b/root/parts/top-bar.php index d34aeb2..34350ba 100644 --- a/root/parts/top-bar.php +++ b/root/parts/top-bar.php @@ -1,4 +1,4 @@ -