mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Don't mention Twitter anymore, it's gone now for good
(cherry picked from commit db851bbe332d4c074401ab4231e06bd52b947d3d)
This commit is contained in:
parent
4a104e3a1b
commit
a821cdc40f
@ -148,15 +148,6 @@ use ipl\Web\Widget\Icon;
|
|||||||
</div>
|
</div>
|
||||||
<div class="about-social">
|
<div class="about-social">
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
null,
|
|
||||||
'https://www.twitter.com/icinga',
|
|
||||||
null,
|
|
||||||
array(
|
|
||||||
'target' => '_blank',
|
|
||||||
'icon' => 'twitter',
|
|
||||||
'title' => $this->translate('Icinga on Twitter')
|
|
||||||
)
|
|
||||||
) ?> <?= $this->qlink(
|
|
||||||
null,
|
null,
|
||||||
'https://www.facebook.com/icinga',
|
'https://www.facebook.com/icinga',
|
||||||
null,
|
null,
|
||||||
|
@ -28,18 +28,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="social">
|
<ul id="social">
|
||||||
<li>
|
|
||||||
<?= $this->qlink(
|
|
||||||
null,
|
|
||||||
'https://twitter.com/icinga',
|
|
||||||
null,
|
|
||||||
array(
|
|
||||||
'target' => '_blank',
|
|
||||||
'icon' => 'twitter',
|
|
||||||
'title' => $this->translate('Icinga on Twitter')
|
|
||||||
)
|
|
||||||
) ?>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
null,
|
null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user