Вход Регистрация
Файл: modules/pages/rules.php
Строк: 17
<?php
/****
* @package LiveCMS
* @link livecms.org
* @author MyZik
* @version See attached file VERSION.txt
* @license See attached file LICENSE.txt
* @copyright Copyright (C) LiveCMS Development Team
****/

  
$title $lang['rules']; // Заголовок страницы
  
$module 'faq'// Модуль
  
require_once(HOME .'/incfiles/header.php'); // Подключаем шапку

echo '<div class="title"><a href="faq.php">FAQ</a> | <b>' $lang['rules'] . '</b></div>';

  echo 
'<div class="main"><center>' $lang['rules'] . '</center></div>';
  echo 
'<div class="main">' .
    
$lang['rules_text'] .
  
'</div>';

  require_once(
HOME .'/incfiles/footer.php'); // Подключаем ноги
?>
Онлайн: 0
Реклама