Просмотр файла public_html/str/faq.php

Размер файла: 1.34Kb
<?php
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
include_once"../template/isset.php";

echo'<center>';
echo'О разделе!<br>';
echo'</center>';
echo'Приветствую всех в новом разделе сайта!
Данный раздел называется "Личные странички".
Здесь любой житель нашего городка может создать свою собственную страничку и загружать в нее свой софт, фото, видео и музыку! В собственной гостевой вы можете общаться со своими друзьями. В раздел записи можно вылаживать какие то интересные истории,анекдоты,стихи! Надеюсь вам здесь понравится!))
';
echo'<br><img src="\images/img/act_home.gif" alt=""><a href="index.php?'.SID.'">В странички</a>';
include_once"../themes/$config_themes/foot.php";
?>