From 42987610e98c30530b769eef9cc198c08a9cac49 Mon Sep 17 00:00:00 2001 From: Fariz Luqman Date: Thu, 16 Feb 2017 01:49:31 +0800 Subject: [PATCH] Rebranding --- resources/views/admin/home.php | 2 +- resources/views/home.php | 4 ++-- resources/views/layouts/footer.php | 8 ++++---- resources/views/layouts/top.php | 2 +- resources/views/model.php | 2 +- resources/views/routing.php | 2 +- resources/views/service.php | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/views/admin/home.php b/resources/views/admin/home.php index 539de7e..173517d 100644 --- a/resources/views/admin/home.php +++ b/resources/views/admin/home.php @@ -6,7 +6,7 @@ --> 'StupidlySimple | Home' ]; +$data = [ 'title' => 'StupidlySimple PHP | Home' ]; Core\Viewer::file('../layouts/head.php', $data); ?> diff --git a/resources/views/home.php b/resources/views/home.php index a46692b..d967c72 100644 --- a/resources/views/home.php +++ b/resources/views/home.php @@ -6,7 +6,7 @@ --> 'StupidlySimple | Home' ]; +$data = [ 'title' => 'StupidlySimple PHP | Home' ]; Core\Viewer::file('layouts/head.php', $data); ?> @@ -20,7 +20,7 @@
-

Fully baked micro-framework
ready to be served.

+

Fully baked PHP micro-framework
ready to be served.

This is your very fresh homepage. All template files are located in /resources/views from the root directory. You can read tutorials and documentations on our website or even from here. diff --git a/resources/views/layouts/footer.php b/resources/views/layouts/footer.php index 63a9e51..b0e537a 100644 --- a/resources/views/layouts/footer.php +++ b/resources/views/layouts/footer.php @@ -3,18 +3,18 @@

About

-

Have any thoughts? Found any bugs or issues when you are using StupidlySimple framework? Report it on GitHub

- GitHub Page +

Have any thoughts? Found any bugs or issues when you are using StupidlySimple PHP framework? Report it on GitHub

+ GitHub Page

Follow

diff --git a/resources/views/layouts/top.php b/resources/views/layouts/top.php index 1a25569..035e6bb 100644 --- a/resources/views/layouts/top.php +++ b/resources/views/layouts/top.php @@ -4,7 +4,7 @@ diff --git a/resources/views/model.php b/resources/views/model.php index 81af141..f68def8 100644 --- a/resources/views/model.php +++ b/resources/views/model.php @@ -6,7 +6,7 @@ --> 'StupidlySimple | Service' ]; +$data = [ 'title' => 'StupidlySimple PHP | Service' ]; Core\Viewer::file('layouts/head.php', $data); ?> diff --git a/resources/views/routing.php b/resources/views/routing.php index ba3ffa4..16d3b4a 100644 --- a/resources/views/routing.php +++ b/resources/views/routing.php @@ -6,7 +6,7 @@ --> 'StupidlySimple | Service' ]; +$data = [ 'title' => 'StupidlySimple PHP | Service' ]; Core\Viewer::file('layouts/head.php', $data); ?> diff --git a/resources/views/service.php b/resources/views/service.php index f906fc2..1d53e83 100644 --- a/resources/views/service.php +++ b/resources/views/service.php @@ -6,7 +6,7 @@ --> 'StupidlySimple | Service' ]; +$data = [ 'title' => 'StupidlySimple PHP | Service' ]; Core\Viewer::file('layouts/head.php', $data); ?>