friendika page hook for German impressum
This commit is contained in:
parent
558cb9d898
commit
8510748b19
1 changed files with 3 additions and 1 deletions
|
@ -63,6 +63,8 @@ function friendika_content(&$a) {
|
||||||
else
|
else
|
||||||
$o .= '<p>' . t('No installed plugins/addons/apps');
|
$o .= '<p>' . t('No installed plugins/addons/apps');
|
||||||
|
|
||||||
|
call_hooks('about_hook', $o);
|
||||||
|
|
||||||
return $o;
|
return $o;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue