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+ + + + + +