update hooklist

This commit is contained in:
redmatrix
2015-11-05 20:10:49 -08:00
parent 6b26b4e3b8
commit a29b8b369e
2 changed files with 121 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
function ffsapi_content(&$a) {
$baseurl = z_root();
$name = sprintf( t('%1$s'), get_config('system','sitename'));
$name = get_config('system','sitename');
$description = t('Share content from Firefox to $Projectname');
$author = 'Mike Macgirvin';
$homepage = 'http://hubzilla.org';