Adds Google plus in in about and login site

This commit is contained in:
Bernd Erk 2015-11-16 11:30:31 +01:00
parent cf894f9771
commit 4e0ef73a4b
2 changed files with 10 additions and 1 deletions

View File

@ -60,7 +60,7 @@
null, null,
array( array(
'target' => '_blank', 'target' => '_blank',
'icon' => 'google-plus-squared', 'icon' => 'gplus-squared',
'title' => $this->translate('Icinga on Google+') 'title' => $this->translate('Icinga on Google+')
) )
) ?> ) ?>

View File

@ -40,6 +40,15 @@
'icon' => 'facebook-squared', 'icon' => 'facebook-squared',
'title' => $this->translate('Icinga on Facebook') 'title' => $this->translate('Icinga on Facebook')
) )
) ?> <?= $this->qlink(
null,
'https://plus.google.com/+icinga',
null,
array(
'target' => '_blank',
'icon' => 'gplus-squared',
'title' => $this->translate('Icinga on Google+')
)
); ?> ); ?>
</div> </div>
</div> </div>