Adds Google plus in in about and login site
This commit is contained in:
parent
cf894f9771
commit
4e0ef73a4b
|
@ -60,7 +60,7 @@
|
|||
null,
|
||||
array(
|
||||
'target' => '_blank',
|
||||
'icon' => 'google-plus-squared',
|
||||
'icon' => 'gplus-squared',
|
||||
'title' => $this->translate('Icinga on Google+')
|
||||
)
|
||||
) ?>
|
||||
|
|
|
@ -40,6 +40,15 @@
|
|||
'icon' => 'facebook-squared',
|
||||
'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>
|
||||
|
|
Loading…
Reference in New Issue