parent
a2474ad1d2
commit
2ca161c062
|
@ -42,7 +42,7 @@
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'target' => '_blank',
|
'target' => '_blank',
|
||||||
'icon' => 'host',//'twitter',
|
'icon' => 'twitter',
|
||||||
'title' => $this->translate('Icinga on Twitter')
|
'title' => $this->translate('Icinga on Twitter')
|
||||||
)
|
)
|
||||||
); ?> <?= $this->qlink(
|
); ?> <?= $this->qlink(
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'target' => '_blank',
|
'target' => '_blank',
|
||||||
'icon' => 'service',//'facebook-squared',
|
'icon' => 'facebook-squared',
|
||||||
'title' => $this->translate('Icinga on Facebook')
|
'title' => $this->translate('Icinga on Facebook')
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
|
|
Loading…
Reference in New Issue