Files
dvdisaster/documentation/ru/news2007.php
2012-03-06 20:10:48 +09:00

29 lines
970 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
# dvdisaster: Russian homepage translation
# Copyright (C) 2007-2010 Igor Gorbounov
#
# 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.
if($news_flash == 0)
{ require("../include/dvdisaster.php");
begin_page();
}
$news_counter = 0;
news_headline("News archive from 2007");
news_item("28.10.2007", "Начата новая документация", "
В настоящее время документация на dvdisaster перерабатывается для предстоящего
выхода V0.72. Наберитесь терпения; возможно, новая документация будет более
полезной, чем старая, но нам требуется несколько недель, чтобы все охватить.
"); # end of news_item
if($news_flash == 0)
end_page();
?>