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
2fc92c0a
Verified
Commit
2fc92c0a
authored
3 years ago
by
Pavel Vyskočil
Browse files
Options
Downloads
Patches
Plain Diff
fix: fix bad mail address in footer
parent
5f37a82c
No related branches found
No related tags found
1 merge request
!46
fix: fix bad mail address in footer
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
themes/einfra/default/includes/footer.php
+1
-1
1 addition, 1 deletion
themes/einfra/default/includes/footer.php
themes/einfra_idp/default/includes/footer.php
+1
-1
1 addition, 1 deletion
themes/einfra_idp/default/includes/footer.php
with
2 additions
and
2 deletions
themes/einfra/default/includes/footer.php
+
1
−
1
View file @
2fc92c0a
...
@@ -42,7 +42,7 @@ if (! empty($this->data['htmlinject']['htmlContentPost'])) {
...
@@ -42,7 +42,7 @@ if (! empty($this->data['htmlinject']['htmlContentPost'])) {
<h2>
<?php
echo
$this
->
t
(
'{cesnet:einfra:footer_helpdesk}'
);
?>
</h2>
<h2>
<?php
echo
$this
->
t
(
'{cesnet:einfra:footer_helpdesk}'
);
?>
</h2>
TEL: +420 234 680 222
<br>
TEL: +420 234 680 222
<br>
GSM: +420 602 252 531
<br>
GSM: +420 602 252 531
<br>
<a
href=
"mailto:
login
@e-infra.cz"
>
support@e-infra.cz
</a>
<a
href=
"mailto:
support
@e-infra.cz"
>
support@e-infra.cz
</a>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
themes/einfra_idp/default/includes/footer.php
+
1
−
1
View file @
2fc92c0a
...
@@ -40,7 +40,7 @@ if (! empty($this->data['htmlinject']['htmlContentPost'])) {
...
@@ -40,7 +40,7 @@ if (! empty($this->data['htmlinject']['htmlContentPost'])) {
<h2>
<?php
echo
$this
->
t
(
'{cesnet:einfra:footer_helpdesk}'
);
?>
</h2>
<h2>
<?php
echo
$this
->
t
(
'{cesnet:einfra:footer_helpdesk}'
);
?>
</h2>
TEL: +420 234 680 222
<br>
TEL: +420 234 680 222
<br>
GSM: +420 602 252 531
<br>
GSM: +420 602 252 531
<br>
<a
href=
"mailto:
login
@e-infra.cz"
>
support@e-infra.cz
</a>
<a
href=
"mailto:
support
@e-infra.cz"
>
support@e-infra.cz
</a>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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