Don't mention Twitter anymore, it's gone now for good

(cherry picked from commit db851bbe332d4c074401ab4231e06bd52b947d3d)
This commit is contained in:
Johannes Meyer 2025-03-20 16:27:22 +01:00
parent 4a104e3a1b
commit a821cdc40f
2 changed files with 0 additions and 21 deletions

View File

@ -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,

View File

@ -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,