Imported Upstream version 0.72
This commit is contained in:
45
documentation/en/imprint.php
Normal file
45
documentation/en/imprint.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
# dvdisaster: English 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>Imprint</h3>
|
||||
|
||||
Carsten Gnörlich <br>
|
||||
Beerenkamp 23 <br>
|
||||
59514 Welver / Germany<br>
|
||||
Tel.: +49 2384 941174<pre> </pre>
|
||||
E-Mail: carsten@dvdisaster.org<br>
|
||||
Internet: www.dvdisaster.org
|
||||
|
||||
<pre> </pre>
|
||||
|
||||
Responsible for the website content: <p>
|
||||
Carsten Gnörlich (see above for address).
|
||||
|
||||
<pre> </pre>
|
||||
|
||||
This imprint covers the web sites under the domains<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();
|
||||
?>
|
||||
Reference in New Issue
Block a user