Просмотр файла pages/site.php

Размер файла: 1.18Kb
<?php
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
// Sitchi CMS - Mobile Content Management System //
// The author:  Nikoloz Sitchinava [sitchi]      //
// Link:        http://sitchicms.num.ge          //
// Skype:       SitchiCMS                        //
// License:     LICENSE.txt (see attached file)  //
// Version:     VERSION.txt (see attached file)  //
//\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
define('_SITCHICMS', 1);
$root_path='../'; 
require $root_path.'includes/db_connect.php';
require $root_path.'includes/start.php';
require $root_path.'includes/header.php';
require $root_path.'includes/functions.php';
require $root_path.'includes/head.php'; // თავი
head($set['title'].' | '.$lng['1_45']); 
echo'<div class="hdr"><b>'.$lng['1_45'].'</b></div>';
echo'<div class="menu">' .
'<a href="/pages/rules.php">'.$lng['1_68'].'</a><br/>' .
'<a href="/modules/smiles/">'.$lng['1_48'].'</a><br/>' .
'<a href="/pages/bb-code.php">'.$lng['1_49'].'</a></div>';
if (isset($_SERVER['HTTP_REFERER']))
echo'<a href="'.htmlspecialchars($_SERVER['HTTP_REFERER']).'"> '.$lng['1_50'].'</a>';
require $root_path.'includes/end.php'; // დასასრული
?>