Файл: public_html/smiles.php
Строк: 23
<?php
require_once './element_options/element_options.php';
if (!$user) { header('Location: /'); exit; }
$title = 'Смайлы';
if (readcache('element_user_mesto'.$user['lost_id']) != $title) writecache('element_user_mesto'.$user['lost_id'], $title);
require_once './element_include/element_head.php';
require_once './element_include/element_header_user_true.php';
echo '<div class="nfl p5 mb5 mt5 small mlra">';
echo '<div class="cntr mb5 ccc">На этой странице перечислены все доступные в игре смайлики, для комфортного общения</div>';
echo '<div class="hr"></div>';
Smiles('', false);
echo '</div>';
require_once './element_include/element_foot_user_true.php';
?>