Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit f62b416

Browse files
author
Dominik František Bučík
authored
Merge pull request #46 from vyskocilpavel/fix_footer
fix: fix bad mail address in footer
2 parents 5f37a82 + 2fc92c0 commit f62b416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/einfra/default/includes/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<h2><?php echo $this->t('{cesnet:einfra:footer_helpdesk}'); ?></h2>
4343
TEL: +420 234 680 222<br>
4444
GSM: +420 602 252 531<br>
45-
<a href="mailto:login@e-infra.cz">support@e-infra.cz</a>
45+
<a href="mailto:support@e-infra.cz">support@e-infra.cz</a>
4646
</div>
4747
</div>
4848
</div>

themes/einfra_idp/default/includes/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<h2><?php echo $this->t('{cesnet:einfra:footer_helpdesk}'); ?></h2>
4141
TEL: +420 234 680 222<br>
4242
GSM: +420 602 252 531<br>
43-
<a href="mailto:login@e-infra.cz">support@e-infra.cz</a>
43+
<a href="mailto:support@e-infra.cz">support@e-infra.cz</a>
4444
</div>
4545
</div>
4646
</div>

0 commit comments

Comments
 (0)