Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-cesnet
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-cesnet
Commits
d1fa85fc
Verified
Commit
d1fa85fc
authored
3 years ago
by
Pavel Vyskočil
Browse files
Options
Downloads
Patches
Plain Diff
fix: update footer
Don´t show the privacy policy link in footer
parent
64fde075
No related branches found
No related tags found
1 merge request
!47
fix: update footer
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/einfra/default/includes/footer.php
+0
-2
0 additions, 2 deletions
themes/einfra/default/includes/footer.php
with
0 additions
and
2 deletions
themes/einfra/default/includes/footer.php
+
0
−
2
View file @
d1fa85fc
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment