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

Commit 40caab3

Browse files
committed
fix: changes in e-INFRA CZ template footer
1 parent dcd2b81 commit 40caab3

File tree

2 files changed

+54
-14
lines changed

2 files changed

+54
-14
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"einfra_link": {
3+
"en": "https://www.e-infra.cz/en",
4+
"cs": "https://www.e-infra.cz"
5+
},
6+
"einfra_name": {
7+
"en": "e-INFRA CZ",
8+
"cs": "e-INFRA CZ"
9+
},
10+
"cesnet_link": {
11+
"en": "https://www.cesnet.cz/?lang=en",
12+
"cs": "https://www.cesnet.cz"
13+
},
14+
"cesnet_name": {
15+
"en": "CESNET",
16+
"cs": "CESNET"
17+
},
18+
"ceritsc_link": {
19+
"en": "https://www.cerit-sc.cz",
20+
"cs": "https://www.cerit-sc.cz"
21+
},
22+
"ceritsc_name": {
23+
"en": "CERIT-SC",
24+
"cs": "CERIT-SC"
25+
},
26+
"it4i_link": {
27+
"en": "https://www.it4i.cz/en",
28+
"cs": "https://www.it4i.cz"
29+
},
30+
"it4i_name": {
31+
"en": "IT4Innovations",
32+
"cs": "IT4Innovations"
33+
},
34+
"data_protection_link": {
35+
"en": "https://www.e-infra.cz/en/personal-data-processing",
36+
"cs": "https://www.e-infra.cz/zpracovani-osobnich-udaju"
37+
},
38+
"data_protection_name": {
39+
"en": "Personal data processing",
40+
"cs": "Zpracování osobních údajů"
41+
}
42+
}

themes/einfra/default/includes/footer.php

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,30 @@
2626
<div class="col col-sm-6">
2727
<h2> <?php echo $this->t('{cesnet:einfra:footer_other_links}'); ?></h2>
2828
<ul>
29-
<li><?php echo '<a href="' . $this->t('{cesnet:links:metacentrum_link}') . '">' .
30-
$this->t('{cesnet:links:metacentrum_name}') . '</a>'; ?></li>
31-
<li><?php echo '<a href="' . $this->t('{cesnet:links:data_storage_link}') . '">' .
32-
$this->t('{cesnet:links:data_storage_name}') . '</a>'; ?></li>
33-
<li><?php echo '<a href="' . $this->t('{cesnet:links:meetings_link}') . '">' .
34-
$this->t('{cesnet:links:meetings_name}') . '</a>'; ?></li>
35-
<li><?php echo '<a href="' . $this->t('{cesnet:links:certificate_link}') . '">' .
36-
$this->t('{cesnet:links:certificate_name}') . '</a>'; ?></li>
37-
<li><?php echo '<a href="' . $this->t('{cesnet:links:services_link}') . '">' .
38-
$this->t('{cesnet:links:services_name}') . '</a>'; ?></li>
39-
<li><?php echo '<a href="' . $this->t('{cesnet:links:data_protection_link}') . '">' .
40-
$this->t('{cesnet:links:data_protection_name}') . '</a>'; ?></li>
29+
<li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:einfra_link}') . '">' .
30+
$this->t('{cesnet:einfra_links:einfra_name}') . '</a>'; ?></li>
31+
<li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:cesnet_link}') . '">' .
32+
$this->t('{cesnet:einfra_links:cesnet_name}') . '</a>'; ?></li>
33+
<li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:ceritsc_link}') . '">' .
34+
$this->t('{cesnet:einfra_links:ceritsc_name}') . '</a>'; ?></li>
35+
<li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:it4i_link}') . '">' .
36+
$this->t('{cesnet:einfra_links:it4i_name}') . '</a>'; ?></li>
37+
<li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:data_protection_link}') .
38+
'">' . $this->t('{cesnet:einfra_links:data_protection_name}') . '</a>'; ?></li>
4139
</ul>
4240
</div>
4341
<div class="col col-sm-6">
4442
<h2><?php echo $this->t('{cesnet:einfra:footer_helpdesk}'); ?></h2>
4543
TEL: +420 234 680 222<br>
4644
GSM: +420 602 252 531<br>
47-
<a href="mailto:login@cesnet.cz">login@cesnet.cz</a>
45+
<a href="mailto:login@e-infra.cz">support@e-infra.cz</a>
4846
</div>
4947
</div>
5048
</div>
5149
</div>
5250
<div class="row">
5351
<div class="col col-sm-12 copyright">
54-
© 1991– <?php echo date('Y'); ?> | CESNET, z. s. p. o.
52+
© <?php echo date('Y'); ?> | <a href="https://www.e-infra.cz">e-INFRA CZ</a>
5553
</div>
5654
</div>
5755
</div>

0 commit comments

Comments
 (0)