nav_info hook and documentation in en and de

This commit is contained in:
Tobias Diekershoff 2015-06-01 12:00:00 +02:00
parent c12a647f13
commit ec7f70e9aa
3 changed files with 9 additions and 0 deletions

View file

@ -200,6 +200,8 @@ function nav_info(&$a) {
if($banner === false)
$banner .= '<a href="http://friendica.com"><img id="logo-img" src="images/friendica-32.png" alt="logo" /></a><span id="logo-text"><a href="http://friendica.com">Friendica</a></span>';
call_hooks('nav_info', $nav);
return array(
'sitelocation' => $sitelocation,