|
26 | 26 | <div class="col col-sm-6">
|
27 | 27 | <h2> <?php echo $this->t('{cesnet:einfra:footer_other_links}'); ?></h2>
|
28 | 28 | <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> |
41 | 39 | </ul>
|
42 | 40 | </div>
|
43 | 41 | <div class="col col-sm-6">
|
44 | 42 | <h2><?php echo $this->t('{cesnet:einfra:footer_helpdesk}'); ?></h2>
|
45 | 43 | TEL: +420 234 680 222<br>
|
46 | 44 | 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> |
48 | 46 | </div>
|
49 | 47 | </div>
|
50 | 48 | </div>
|
51 | 49 | </div>
|
52 | 50 | <div class="row">
|
53 | 51 | <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> |
55 | 53 | </div>
|
56 | 54 | </div>
|
57 | 55 | </div>
|
|
0 commit comments