Файл: incfiles/end.php
Строк: 31
<?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');
// Рекламный блок сайта
if (!empty($cms_ads[2])) {
echo '<div class="gmenu">' . $cms_ads[2] . '</div>';
}
echo '</div>';
if (isset($_GET['err']) || $headmod != "mainpage" || ($headmod == 'mainpage' && $act)) {
echo '<div class="fmenu"><small><a href='' . $set['homeurl'] . ''>' . $lng['homepage'] . '</a> | <a href="/forum/">Форум</a> | <a href="/guestbook/">' . $lng['guestbook'] . '</a> | <a href="/stol/">Стол заказов</a></small></div>';
}
echo '<div class="footer">' . counters::online() . '</div>' .
'<div style="text-align:center">' .
'<p><b>' . $set['copyright'] . '</b></p>';
// Счетчики каталогов
functions::display_counters();
// Рекламный блок сайта
if (!empty($cms_ads[3])) {
echo '<br />' . $cms_ads[3];
}
/*
-----------------------------------------------------------------
ВНИМАНИЕ!!!
Данный копирайт нельзя убирать в течение 90 дней с момента установки скриптов
-----------------------------------------------------------------
ATTENTION!!!
The copyright could not be removed within 90 days of installation scripts
-----------------------------------------------------------------
*/
echo '<div><small><a href="http://johncms.com">JohnCMS</a> | <a href="/download/sogl.php">Соглашение</a></small></div>' .
'</div></body></html>';