From 2ca161c062156ff7babf0b810289a3e997643326 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 30 Sep 2015 17:13:38 +0200 Subject: [PATCH] about: Remove placeholder icons for twitter and facebook refs #9247 --- application/views/scripts/about/index.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/scripts/about/index.phtml b/application/views/scripts/about/index.phtml index 6c20a3e77..2ffc47e76 100644 --- a/application/views/scripts/about/index.phtml +++ b/application/views/scripts/about/index.phtml @@ -42,7 +42,7 @@ null, array( 'target' => '_blank', - 'icon' => 'host',//'twitter', + 'icon' => 'twitter', 'title' => $this->translate('Icinga on Twitter') ) ); ?> qlink( @@ -51,7 +51,7 @@ null, array( 'target' => '_blank', - 'icon' => 'service',//'facebook-squared', + 'icon' => 'facebook-squared', 'title' => $this->translate('Icinga on Facebook') ) ); ?>