From a821cdc40f277313df806d9b17f8daa57800971c Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 20 Mar 2025 16:27:22 +0100 Subject: [PATCH] Don't mention Twitter anymore, it's gone now for good (cherry picked from commit db851bbe332d4c074401ab4231e06bd52b947d3d) --- application/views/scripts/about/index.phtml | 9 --------- application/views/scripts/authentication/login.phtml | 12 ------------ 2 files changed, 21 deletions(-) diff --git a/application/views/scripts/about/index.phtml b/application/views/scripts/about/index.phtml index e80cd89c6..2dfe30959 100644 --- a/application/views/scripts/about/index.phtml +++ b/application/views/scripts/about/index.phtml @@ -148,15 +148,6 @@ use ipl\Web\Widget\Icon;
qlink( - null, - 'https://www.twitter.com/icinga', - null, - array( - 'target' => '_blank', - 'icon' => 'twitter', - 'title' => $this->translate('Icinga on Twitter') - ) - ) ?> qlink( null, 'https://www.facebook.com/icinga', null, diff --git a/application/views/scripts/authentication/login.phtml b/application/views/scripts/authentication/login.phtml index 167a468ab..130e9b97b 100644 --- a/application/views/scripts/authentication/login.phtml +++ b/application/views/scripts/authentication/login.phtml @@ -28,18 +28,6 @@