mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
friendika page hook for German impressum
This commit is contained in:
parent
558cb9d898
commit
8510748b19
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ function friendika_content(&$a) {
|
|||
}
|
||||
else
|
||||
$o .= '<p>' . t('No installed plugins/addons/apps');
|
||||
|
||||
|
||||
call_hooks('about_hook', $o);
|
||||
|
||||
return $o;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue