Skip to content
Snippets Groups Projects
Unverified Commit f62b416f authored by Dominik František Bučík's avatar Dominik František Bučík Committed by GitHub
Browse files

Merge pull request #46 from vyskocilpavel/fix_footer

fix: fix bad mail address in footer
parents 5f37a82c 2fc92c0a
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ if (! empty($this->data['htmlinject']['htmlContentPost'])) {
<h2><?php echo $this->t('{cesnet:einfra:footer_helpdesk}'); ?></h2>
TEL: +420 234 680 222<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>
......
......@@ -40,7 +40,7 @@ if (! empty($this->data['htmlinject']['htmlContentPost'])) {
<h2><?php echo $this->t('{cesnet:einfra:footer_helpdesk}'); ?></h2>
TEL: +420 234 680 222<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment