diff options
author | Friendika <info@friendika.com> | 2011-06-16 15:27:12 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-16 15:27:12 -0700 |
commit | b61a7158da4c8a0b41651a082f0ce2f9ad431f14 (patch) | |
tree | 04257f59cd49725522aee9e210ab740970ab48f4 /addon/widgets/widgets.php | |
parent | c92e6ed929ddb12a3020eecf419a30b680fe4240 (diff) | |
parent | a652cd5095fcff6ed9c72063ab19107e970e2b8d (diff) | |
download | volse-hubzilla-b61a7158da4c8a0b41651a082f0ce2f9ad431f14.tar.gz volse-hubzilla-b61a7158da4c8a0b41651a082f0ce2f9ad431f14.tar.bz2 volse-hubzilla-b61a7158da4c8a0b41651a082f0ce2f9ad431f14.zip |
Merge pull request #116 from fabrixxm/admin
Admin pages
Diffstat (limited to 'addon/widgets/widgets.php')
-rw-r--r-- | addon/widgets/widgets.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/addon/widgets/widgets.php b/addon/widgets/widgets.php index af17d9e9a..f5f868222 100644 --- a/addon/widgets/widgets.php +++ b/addon/widgets/widgets.php @@ -1,10 +1,11 @@ <?php - /** - * widgets from friendika - * - * allow to embed info from friendika into another site - */ - +/** + * Name: Widgets + * Description: Allow to embed info from friendika into another site + * Version: 1.0 + * Author: Fabio Comuni <http://kirgroup.com/profile/fabrix/> + */ + function widgets_install() { register_hook('plugin_settings', 'addon/widgets/widgets.php', 'widgets_settings'); |