friendika page hook for German impressum

This commit is contained in:
Friendika 2011-05-22 01:15:04 -07:00
parent 558cb9d898
commit 8510748b19
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ 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;
} }