From 9db7c6776ce19116a9ca9c0efc93b1d0a5919048 Mon Sep 17 00:00:00 2001 From: Marijn Jansen Date: Fri, 13 Jan 2017 12:03:46 +0100 Subject: [PATCH] Moved -tag to the page files, not all css files will be loaded for each page. --- website/admin.php | 35 +++++++++++++++++++---------------- website/chat.php | 35 +++++++++++++++++++---------------- website/group.php | 35 +++++++++++++++++++---------------- website/profile.php | 35 +++++++++++++++++++---------------- website/search.php | 35 +++++++++++++++++++---------------- website/settings.php | 33 +++++++++++++++++++-------------- website/template.php | 35 +++++++++++++++++++---------------- website/views/head.php | 35 ++++++++++++++--------------------- 8 files changed, 147 insertions(+), 131 deletions(-) diff --git a/website/admin.php b/website/admin.php index 8d8f8b5..7529705 100644 --- a/website/admin.php +++ b/website/admin.php @@ -1,21 +1,24 @@ - - - + + + + + - +/* This adds the footer. */ +include("views/footer.php"); +?> + diff --git a/website/chat.php b/website/chat.php index 218b082..b2ed584 100644 --- a/website/chat.php +++ b/website/chat.php @@ -1,21 +1,24 @@ - - - + + + + + - +/* This adds the footer. */ +include("views/footer.php"); +?> + diff --git a/website/group.php b/website/group.php index ad307e2..819c630 100644 --- a/website/group.php +++ b/website/group.php @@ -1,21 +1,24 @@ - - - + + + + + - +/* This adds the footer. */ +include("views/footer.php"); +?> + diff --git a/website/profile.php b/website/profile.php index 2dc9891..b26c354 100644 --- a/website/profile.php +++ b/website/profile.php @@ -1,21 +1,24 @@ - - - + + + + + - +/* This adds the footer. */ +include("views/footer.php"); +?> + diff --git a/website/search.php b/website/search.php index 6a045c3..33df2fe 100644 --- a/website/search.php +++ b/website/search.php @@ -1,21 +1,24 @@ - - - + + + + + - +/* This adds the footer. */ +include("views/footer.php"); +?> + diff --git a/website/settings.php b/website/settings.php index 8d154b1..577cd8b 100644 --- a/website/settings.php +++ b/website/settings.php @@ -1,19 +1,24 @@ - - - + + + + + - +/* This adds the footer. */ +include("views/footer.php"); +?> + diff --git a/website/template.php b/website/template.php index b594d58..f52a526 100644 --- a/website/template.php +++ b/website/template.php @@ -1,21 +1,24 @@ - - - + + + + + - +/* This adds the footer. */ +include("views/footer.php"); +?> + diff --git a/website/views/head.php b/website/views/head.php index 0d51d03..4da866c 100644 --- a/website/views/head.php +++ b/website/views/head.php @@ -1,21 +1,14 @@ - - - MyHyvesbook+ - - - - - - + +MyHyvesbook+ + + + + +