aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/nav.php b/include/nav.php
index 228774d95..430841722 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -1,5 +1,7 @@
<?php
+function nav(&$a) {
+
/**
*
* Build page header and site navigation bars
@@ -115,3 +117,5 @@
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';
call_hooks('page_header', $a->page['nav']);
+
+}