Files
dvdisaster/documentation/de/imprint.php
2009-11-21 16:29:02 +09:00

46 lines
1.0 KiB
PHP

<?php
# dvdisaster: German homepage translation
# Copyright (C) 2004-2009 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>Impressum</h3>
Carsten Gnörlich <br>
Beerenkamp 23 <br>
59514 Welver / Deutschland<br>
Tel.: +49 2384 941174<pre> </pre>
E-Mail: carsten@dvdisaster.org<br>
Internet: www.dvdisaster.org
<pre> </pre>
Inhaltlich Verantwortlicher: <p>
Carsten Gnörlich (Anschrift wie oben).
<pre> </pre>
Das Impressum gilt für die Internetpräsenz unter den Domänen<br>
<a href="http://dvdisaster.com">dvdisaster.com</a>, &nbsp;
<a href="http://dvdisaster.de">dvdisaster.de</a>, &nbsp;
<a href="http://dvdisaster.net">dvdisaster.net</a>, &nbsp;
<a href="http://dvdisaster.org">dvdisaster.org</a>.
<!--- do not change below --->
<?php
# end_page() adds the footer line and closes the HTML properly.
end_page();
?>