From e1c644894807e06cfcd6391ef14fc1b0ab05224b Mon Sep 17 00:00:00 2001 From: Julio Date: Tue, 18 Sep 2018 19:55:08 +0200 Subject: [PATCH] Deleted "follow_buttons" unused plugin #2661 --- plugin/follow_buttons/README.md | 6 ----- plugin/follow_buttons/index.php | 20 ----------------- plugin/follow_buttons/plugin.php | 31 -------------------------- plugin/follow_buttons/template.tpl | 35 ------------------------------ 4 files changed, 92 deletions(-) delete mode 100755 plugin/follow_buttons/README.md delete mode 100755 plugin/follow_buttons/index.php delete mode 100755 plugin/follow_buttons/plugin.php delete mode 100755 plugin/follow_buttons/template.tpl diff --git a/plugin/follow_buttons/README.md b/plugin/follow_buttons/README.md deleted file mode 100755 index 57a4600932..0000000000 --- a/plugin/follow_buttons/README.md +++ /dev/null @@ -1,6 +0,0 @@ -Follow buttons (or AddThis icons) -=== - -Edit the main/plugin/follow_buttons/index.php file in order to add your settings. - -It can slow down your website because it will load a javascript file from the addthis.com server \ No newline at end of file diff --git a/plugin/follow_buttons/index.php b/plugin/follow_buttons/index.php deleted file mode 100755 index 61c30b7777..0000000000 --- a/plugin/follow_buttons/index.php +++ /dev/null @@ -1,20 +0,0 @@ -Plugins). - * - * @package chamilo.plugin - * - * @author Julio Montoya - */ -/** - * Plugin details (must be present). - */ - -/* Plugin config */ - -//the plugin title -$plugin_info['title'] = 'Follow icons'; -//the comments that go with the plugin -$plugin_info['comment'] = "Add social icons (implemented using addthis.com)"; -//the plugin version -$plugin_info['version'] = '1.0'; -//the plugin author -$plugin_info['author'] = 'Julio Montoya'; - -$plugin_info['templates'] = ['template.tpl']; - -//For bigger icons change this value to addthis_32x32_style -$plugin_info['icon_class'] = ''; - -//To use vertical alignment change this value to -$plugin_info['position'] = 'addthis_default_style'; //addthis_vertical_style diff --git a/plugin/follow_buttons/template.tpl b/plugin/follow_buttons/template.tpl deleted file mode 100755 index cbf43fc137..0000000000 --- a/plugin/follow_buttons/template.tpl +++ /dev/null @@ -1,35 +0,0 @@ -
- -{% if follow_buttons.message is not empty %} -

{{ follow_buttons.message }}

-{% endif %} - - - - -
\ No newline at end of file