diff options
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'); |