Skip to content
Snippets Groups Projects
Verified Commit d1fa85fc authored by Pavel Vyskočil's avatar Pavel Vyskočil
Browse files

fix: update footer

Don´t show the privacy policy link in footer
parent 64fde075
Branches
Tags
1 merge request!47fix: update footer
...@@ -34,8 +34,6 @@ if (! empty($this->data['htmlinject']['htmlContentPost'])) { ...@@ -34,8 +34,6 @@ if (! empty($this->data['htmlinject']['htmlContentPost'])) {
$this->t('{cesnet:einfra_links:ceritsc_name}') . '</a>'; ?></li> $this->t('{cesnet:einfra_links:ceritsc_name}') . '</a>'; ?></li>
<li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:it4i_link}') . '">' . <li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:it4i_link}') . '">' .
$this->t('{cesnet:einfra_links:it4i_name}') . '</a>'; ?></li> $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> </ul>
</div> </div>
<div class="col col-sm-6"> <div class="col col-sm-6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment