From b1e54eb52a623d217df7c7d14b63b5396739bf5f Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 26 Apr 2014 13:52:02 -0400 Subject: [PATCH] #6 Now custom client-side nav items can be added --- inc/custom/header-custom.inc.php | 19 +++++++++++++++++++ inc/header.inc.php | 1 + 2 files changed, 20 insertions(+) create mode 100644 inc/custom/header-custom.inc.php diff --git a/inc/custom/header-custom.inc.php b/inc/custom/header-custom.inc.php new file mode 100644 index 00000000..536f1840 --- /dev/null +++ b/inc/custom/header-custom.inc.php @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/inc/header.inc.php b/inc/header.inc.php index e7aaff50..d6070eca 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -144,6 +144,7 @@ include(HESK_PATH . 'header.txt');
  • +