From d9b61c6ab7124730e335a4b07474462cc0fe71e0 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 2 Jan 2016 14:27:40 -0500 Subject: + Adding initial view files for common MVC --- app/view/common/foot.view.php | 1 + app/view/common/head.view.php | 1 + app/view/common/topp.view.php | 1 + 3 files changed, 3 insertions(+) create mode 100644 app/view/common/foot.view.php create mode 100644 app/view/common/head.view.php create mode 100644 app/view/common/topp.view.php (limited to 'app/view/common') diff --git a/app/view/common/foot.view.php b/app/view/common/foot.view.php new file mode 100644 index 0000000..a24a145 --- /dev/null +++ b/app/view/common/foot.view.php @@ -0,0 +1 @@ + diff --git a/app/view/common/head.view.php b/app/view/common/head.view.php new file mode 100644 index 0000000..87cd37d --- /dev/null +++ b/app/view/common/head.view.php @@ -0,0 +1 @@ + diff --git a/app/view/common/topp.view.php b/app/view/common/topp.view.php new file mode 100644 index 0000000..40d9543 --- /dev/null +++ b/app/view/common/topp.view.php @@ -0,0 +1 @@ + -- cgit v1.2.3 From e0162feea3e4f7df36fdad5a6cf83fd37972aba9 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 3 Jan 2016 18:29:45 -0500 Subject: * Start of application navbar * Digested some example code --- app/view/common/head.view.php | 7 +++++++ app/view/common/topp.view.php | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+) (limited to 'app/view/common') diff --git a/app/view/common/head.view.php b/app/view/common/head.view.php index 87cd37d..b23ec18 100644 --- a/app/view/common/head.view.php +++ b/app/view/common/head.view.php @@ -1 +1,8 @@ + + diff --git a/app/view/common/topp.view.php b/app/view/common/topp.view.php index 40d9543..05e4862 100644 --- a/app/view/common/topp.view.php +++ b/app/view/common/topp.view.php @@ -1 +1,21 @@ + + -- cgit v1.2.3