$b is (string) converted text
+'page_header' - called after building the page navigation section
+ $b is (string) HTML of nav region
+
+
*** = subject to change
$a->page['nav'] .= '<a id="nav-contacts-link" class="nav-link" href="contacts">' . t('Contacts') . "</a>\r\n";
-
}
$banner = get_config('system','banner');
-
if($banner === false)
$banner .= '<a href="http://friendika.com"><img id="logo-img" src="images/ff-32.jpg" alt="logo" /></a><span id="logo-text"><a href="http://friendika.com">Friendika</a></span>';
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';
+
+ call_hooks('page_header', $a->page['nav']);