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

fix: fix bad mail address in footer

parent 5f37a82c
No related branches found
No related tags found
1 merge request!46fix: fix bad mail address in footer
...@@ -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>
......
...@@ -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>
......
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