37 lines
916 B
PHP
37 lines
916 B
PHP
<?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">Пустая страница</h3>
|
|
|
|
Эта страница еще не написана.
|
|
<pre> </pre>
|
|
|
|
|
|
<span class="fs">
|
|
<i>Почему в этой документации есть пустые страницы?</i><p>
|
|
Нам нужны такие пустые страницы, чтобы гиперссылки на эту тему уже можно
|
|
было вставить в документацию.
|
|
</span>
|
|
|
|
|
|
<!-- do not change below -->
|
|
|
|
<?php
|
|
# end_page() adds the footer line and closes the HTML properly.
|
|
|
|
end_page();
|
|
?>
|