From 4e0ef73a4b87dda8a308668df743cba697e1672f Mon Sep 17 00:00:00 2001 From: Bernd Erk Date: Mon, 16 Nov 2015 11:30:31 +0100 Subject: [PATCH] Adds Google plus in in about and login site --- application/views/scripts/about/index.phtml | 2 +- application/views/scripts/authentication/login.phtml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/application/views/scripts/about/index.phtml b/application/views/scripts/about/index.phtml index 5e7c918da..b15906600 100644 --- a/application/views/scripts/about/index.phtml +++ b/application/views/scripts/about/index.phtml @@ -60,7 +60,7 @@ null, array( 'target' => '_blank', - 'icon' => 'google-plus-squared', + 'icon' => 'gplus-squared', 'title' => $this->translate('Icinga on Google+') ) ) ?> diff --git a/application/views/scripts/authentication/login.phtml b/application/views/scripts/authentication/login.phtml index 110fba19e..47002d90f 100644 --- a/application/views/scripts/authentication/login.phtml +++ b/application/views/scripts/authentication/login.phtml @@ -40,6 +40,15 @@ 'icon' => 'facebook-squared', 'title' => $this->translate('Icinga on Facebook') ) + ) ?> qlink( + null, + 'https://plus.google.com/+icinga', + null, + array( + 'target' => '_blank', + 'icon' => 'gplus-squared', + 'title' => $this->translate('Icinga on Google+') + ) ); ?>