Файл: chat/incfiles/end.php
Строк: 21
<?php
/**
* @package Chat for JohnCMS
* @link http://johncms.com
* @copyright Copyright (C) 2010-2017 k_2
* @license LICENSE.txt (see attached file)
* @version VERSION.txt (see attached file)
* @author http://johncms.com/profile/?user=6251
*/
defined('_IN_JOHNCMS') or die('Error: restricted access');
// Рекламный блок сайта
if (!empty($cms_ads[2]))
echo '<div class="gmenu">' . $cms_ads[2] . '</div>';
echo '</div><div class="fmenu">' .
'<a href="../chat/">' . $lng_chat['hallway'] . '</a> | ' .
'<a href="../">' . $lng['homepage'] . '</a>';
// Счетчик посетителей онлайн
echo '</div><div class="footer"><a href="index.php?act=who&id=' . $id . '">' . $lng_chat['the_room'] . ' <b>' . wch($id) . '</b></a></div>';
////////////////////////////////////////////////////////////
// Выводим информацию внизу страницы //
////////////////////////////////////////////////////////////
echo '<div style="text-align:center">' .
'<p><b>' . $set['copyright'] . '</b></p>';
// Рекламный блок сайта
if (!empty($cms_ads[3]))
echo $cms_ads[3];
//list($msec, $sec) = explode(chr(32), microtime());
//echo "Генерация: ".round(($sec + $msec) - $con, 5)." сек<br />n";
////////////////////////////////////////////////////////////
// ВНИМАНИЕ!!! //
// Данный копирайт нельзя убирать в течение 90 дней //
// с момента установки скриптов //
////////////////////////////////////////////////////////////
echo '<div><small><a href="http://johncms.com">JohnCMS</a></small></div>' .
'</div></body></html>';