aboutsummaryrefslogtreecommitdiffstats
path: root/mod/friendika.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-22 01:15:04 -0700
committerFriendika <info@friendika.com>2011-05-22 01:15:04 -0700
commit8510748b19c7b25635f988801630c38e904ff6bf (patch)
treedb7e6666739ab3a7733d211ebdbb64e1f9e8f578 /mod/friendika.php
parent558cb9d8981994610e1c9bac536a6e2bfb6d19b6 (diff)
downloadvolse-hubzilla-8510748b19c7b25635f988801630c38e904ff6bf.tar.gz
volse-hubzilla-8510748b19c7b25635f988801630c38e904ff6bf.tar.bz2
volse-hubzilla-8510748b19c7b25635f988801630c38e904ff6bf.zip
friendika page hook for German impressum
Diffstat (limited to 'mod/friendika.php')
-rw-r--r--mod/friendika.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/friendika.php b/mod/friendika.php
index c7d8b5b81..8bd6e3437 100644
--- a/mod/friendika.php
+++ b/mod/friendika.php
@@ -62,7 +62,9 @@ function friendika_content(&$a) {
}
else
$o .= '<p>' . t('No installed plugins/addons/apps');
-
+
+ call_hooks('about_hook', $o);
+
return $o;
}