- Timestamp:
- Jun 17, 2014, 6:35:22 PM (9 years ago)
- Location:
- lib
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/messages.php
r546 r580 137 137 'footer-legacy-text' => array('© 2003-2014 technikum29. Alle Bilder und Fotografien sind kopierrechtlich geschützt, siehe <a href="/de/impressum.php" class="go">Impressum</a>', 138 138 '© 2003-2014 technikum29. You must not use contents and photographies without the permission of the owner. <a href="/en/contact.php" class="go">Legal Information</a>.'), 139 'footer-sitemap-text' => 'Sitemap', 140 'footer-sitemap-link' => array('/de/sitemap.php', '/en/sitemap.php'), 141 'footer-haus-text' => array('Das technikum29 ist ein <u>interaktives Museum</u> im <u>Rhein-Main-Gebiet</u> (Kelkheim/Taunus). Unsere <u>Öffnungszeiten</u> erfahren Sie auf der <u>Startseite</u>', 142 'The technikum29 is a <u>living computer museum</u> located in <u>Germany, near Frankfurt</u>. We regularly offer <u>guided tours</u>.'), 143 'footer-haus-link' => array('/de/', '/en/'), 144 'footer-image-copyright-text' => array('Viele Bilder können unter einer <u>CreativeCommons-Lizenz</u> verwendet werden. <u>Erkundigen Sie sich</u>.', 145 'Except where other noted, pictures on this site are licensed under a <u>Creative Commons License</u>.'), 139 146 140 147 'nav-hierarchy-current' => array('Aktuelle Seite', 'Current page'), -
lib/template.php
r567 r580 484 484 ?><div class="bigfooter"> 485 485 <ul class="clearfix"> 486 <li class="logo"><a href="<?php print $href($_('footer-legal-file')); ?>" class="clearfix"><!-- FIXME: clearfix should be semantically performed --> 486 <li class="haus"><a class="block" href="<?php print $href($_('footer-haus-link')); ?>"> 487 <img src="/shared/img-v6/logo-haus.footer.png" alt="Museum Haus" title="The Museum building"> 488 <span class="p"><?php $p('footer-haus-text'); ?></span> 489 </a></li> 490 <li class="copy"><a class="block" href="<?php print $href($_('footer-legal-file')); ?>#image-copyright" class="clearfix"> 491 <i>CC</i> 492 <span class="p"><?php $p('footer-image-copyright-text'); ?></span> 493 </a></li> 494 <li class="logo"><span class="block clearfix"><!-- FIXME: clearfix should be semantically performed --> 487 495 <i title="technikum29 Logo">Logo</i> 488 496 <span class="p"><?php $p('footer-copyright-tag'); ?> 489 <br><u><?php $p('footer-legal-link'); ?></u> 497 <br><a class="u" href="<?php print $href($_('footer-legal-file')); ?>"><?php $p('footer-legal-link'); ?></a> 498 <br><a class="u" href="<?php print $href($_('footer-sitemap-link')); ?>"><?php $p('footer-sitemap-text'); ?></a> 490 499 </span> 491 </a></li> 492 <li class="copy"><a href="<?php print $href($_('footer-legal-file')); ?>#image-copyright" class="clearfix"> 493 <i>CC</i> 494 <span class="p">Viele Bilder können unter einer <u>CreativeCommons-Lizenz</u> 495 verwendet werden. <u>Erkundigen Sie sich</u>.</span> 496 </a></li> 500 </span></li> 501 497 502 </ul> 498 503 </div><?php
Note: See TracChangeset
for help on using the changeset viewer.