diff options
author | Friendika <info@friendika.com> | 2011-02-21 20:19:33 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-21 20:19:33 -0800 |
commit | 5f2f64406407839d0a9d906e0ad165067d90d130 (patch) | |
tree | 08734b4cd12d7c66756bcde3d5bf9cf1ad32c67e /include/nav.php | |
parent | d124c67322b8f79f18152d6f24394b3a38b4e0f5 (diff) | |
download | volse-hubzilla-5f2f64406407839d0a9d906e0ad165067d90d130.tar.gz volse-hubzilla-5f2f64406407839d0a9d906e0ad165067d90d130.tar.bz2 volse-hubzilla-5f2f64406407839d0a9d906e0ad165067d90d130.zip |
resolve file inclusion conflicts w/ multiple plugins, improve the typo checker
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 4 |
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']); + +} |