From cd734e5ba79b98acc42a45a16caf06812cf8095e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 1 Apr 2017 17:56:20 -0400 Subject: Move Gravatar to external plugin --- app/Template/config/integrations.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'app/Template') diff --git a/app/Template/config/integrations.php b/app/Template/config/integrations.php index 07a90ce2..0a3f9953 100644 --- a/app/Template/config/integrations.php +++ b/app/Template/config/integrations.php @@ -4,14 +4,11 @@
form->csrf() ?> - hook->render('template:config:integrations', array('values' => $values)) ?> - -

 

-
- form->checkbox('integration_gravatar', t('Enable Gravatar images'), 1, $values['integration_gravatar'] == 1) ?> -
- -
-
+ hook->render('template:config:integrations', array('values' => $values)) ?> + +

+ + +
-- cgit v1.2.3