View file pages/pravila.php

File size: 560B
<?php

require_once "../includes/start.php";
require_once "../includes/functions.php";
require_once "../includes/header.php";
include_once "../themes/".$config['themes']."/verh.dat";

echo'<b>Правила сайта</b><br><br>';

echo'Одно Единственное Правило это:<br>
<span style="color:darkred"><b>Ч</b>еловеческие</span> взаимоотношения!<br><br>';

echo'<img src="'.BASEDIR.'images/home.svg" alt="+"> 
 <a href="../index.php">Глав</a>';

include_once"../themes/".$config['themes']."/niz.dat";
?>