From a92da646e4b94841156a37d1370104c04aa23f99 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Thu, 26 Sep 2013 18:41:42 -0500 Subject: [PATCH] Add a global navbar This is a upcoming feature, it's going to need a little more work for the current page selection. --- index.php | 95 ++----------------------------------------- navbar.php | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+), 92 deletions(-) create mode 100644 navbar.php diff --git a/index.php b/index.php index 9f39da7..132d3e9 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,8 @@
- +

diff --git a/navbar.php b/navbar.php new file mode 100644 index 0000000..538536c --- /dev/null +++ b/navbar.php @@ -0,0 +1,117 @@ +