Files
dvdisaster/documentation/cs/imprint.php
2012-04-08 21:33:59 +09:00

21 lines
1.0 KiB
PHP
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
# dvdisaster: English homepage translation
# Copyright (C) 2004-2012 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#
# Include our PHP sub routines, then call begin_page()
# to start the HTML page, insert the header,
# navigation and news if appropriate.
require("../include/dvdisaster.php");
begin_page();
?>
<!-- Insert actual page content below -->
<h3 class="top">Kontakt</h3>Carsten Gnörlich <br> Beerenkamp 23 <br> 59514 Welver / Germany<br> Tel.: +49 2384 941174<pre> </pre>EMail: carsten@dvdisaster.org<br> Internet: www.dvdisaster.org<pre> </pre>Odpovědnost za obsah stránky:<p>Carsten Gnörlich (viz výše uvedená adresa).<pre> </pre>Tento kontakt se týká stránek v doménách<br><a href="http://dvdisaster.com">dvdisaster.com</a>,   <a href="http://dvdisaster.de">dvdisaster.de</a>,   <a href="http://dvdisaster.net">dvdisaster.net</a>,   <a href="http://dvdisaster.org">dvdisaster.org</a>.<br> <!-- do not change below --> <?php
# end_page() adds the footer line and closes the HTML properly.
end_page();
?>