Просмотр поста

.
pir@t

-sanek-, <?php
define('_IN_JOHNCMS', 1);
$textl = 'Инормация';
$rootpath = '';
require_once ('incfiles/core.php');
require_once ('incfiles/head.php');
echo '<div class="phdr"><b>Новости</b></div>';
echo $mp->news;
echo '<div class="menu"><a href="/news/index.php">' . $lng['news_archive'] . ' </a>(' . $mp->newscount . ')</div>' .
'<div class="menu"><a href="/pages/faq.php">' . $lng['information'] . ', FAQ</a></div>';
require_once ('incfiles/end.php');
?>