mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Adds Google plus in in about and login site
This commit is contained in:
parent
cf894f9771
commit
4e0ef73a4b
@ -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+')
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user