<?php
/**
* @package JohnCMS
* @link
http://johncms.com
* @copyright Copyright (C) 2008-2011 JohnCMS Community
* @license LICENSE.txt (see attached file)
* @version VERSION.txt (see attached file)
* @author
http://johncms.com/about
*/
defined('_IN_JOHNCMS') or die('Error: restricted access');
// Рекламный блок сайта
echo '<div class="mainblok"><div class="phdr"><img src="/images/home.png"><a href="/"><b>Trang chủ</b></a></div>';
echo '<div class="list1">' . counters:

nline() . '</div>';
echo '<div class="list1"><center>Hits: '.$statistic::$hity.' | hosts: '.$statistic::$hosty.'</center></div></div></div>';
//echo '<p><b>' . $set['copyright'] . '</b></p>';
echo '<div class="footer"><center><a href="/"><font color="white">'.$set['copyright'].'</font></a><br><a href="http://johncms.com">JohnCMS</a> vs <a href="http://vnzim.net">s2demon</a><br><a href="http://****************.vn">Hosting by StyleVN</a></center></div>';
// Счетчики каталогов
functions::display_counters();
// Рекламный блок сайта
if (!empty($cms_ads[3]))
echo '<br />' . $cms_ads[3];
/*
-----------------------------------------------------------------
ВНИМАНИЕ!!!
Данный копирайт нельзя убирать в течение 60 дней с момента установки скриптов
-----------------------------------------------------------------
ATTENTION!!!
The copyright could not be removed within 60 days of installation scripts
-----------------------------------------------------------------
*/
echo '</div></body></html>';
?>