mirror of
https://github.com/friendica/friendica
synced 2025-04-22 22:30:11 +00:00
nav_info hook and documentation in en and de
This commit is contained in:
parent
c12a647f13
commit
ec7f70e9aa
3 changed files with 9 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue