From d1fa85fcef00cf828b0aa88a3ede014fac5b75cc Mon Sep 17 00:00:00 2001 From: Pavel Vyskocil <pavel.vyskocil@cesnet.cz> Date: Tue, 23 Nov 2021 18:39:14 +0100 Subject: [PATCH] fix: update footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don“t show the privacy policy link in footer --- themes/einfra/default/includes/footer.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/themes/einfra/default/includes/footer.php b/themes/einfra/default/includes/footer.php index 40ce196..5fe120f 100644 --- a/themes/einfra/default/includes/footer.php +++ b/themes/einfra/default/includes/footer.php @@ -34,8 +34,6 @@ if (! empty($this->data['htmlinject']['htmlContentPost'])) { $this->t('{cesnet:einfra_links:ceritsc_name}') . '</a>'; ?></li> <li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:it4i_link}') . '">' . $this->t('{cesnet:einfra_links:it4i_name}') . '</a>'; ?></li> - <li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:data_protection_link}') . - '">' . $this->t('{cesnet:einfra_links:data_protection_name}') . '</a>'; ?></li> </ul> </div> <div class="col col-sm-6"> -- GitLab