Init
This commit is contained in:
42
feedback/index.php
Normal file
42
feedback/index.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?
|
||||
include($_SERVER["DOCUMENT_ROOT"]."/php/cookie.php");
|
||||
include($_SERVER["DOCUMENT_ROOT"]."/php/default.php");
|
||||
connect();
|
||||
?>
|
||||
<?
|
||||
if (!isset($page_id)){$page_id=37;}
|
||||
get_meta($page_id);
|
||||
?>
|
||||
<? $page_name="feedback";?>
|
||||
<!DOCTYPE HTML>
|
||||
<html><head>
|
||||
<title><? if ($meta_title<>"") {?><?=$meta_title?><? } else {?>Ñòåëëàæè<? } ?></title>
|
||||
<META NAME="description" CONTENT="<? if ($meta_descr<>"") {?><?=$meta_descr?><? } else {?>Ñòåëëàæè<? } ?>">
|
||||
<META NAME="keywords" CONTENT="<? if ($meta_key<>"") {?><?=$meta_key?><? } else {?>Ñòåëëàæè<? } ?>">
|
||||
<? include($_SERVER["DOCUMENT_ROOT"]."/php/top_head.php"); ?>
|
||||
<script type="text/javascript" src="/feedback/js/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="/feedback/js/uploader.js"></script>
|
||||
<script type="text/javascript" src="/feedback/js/feedback.js?<?=time()?>"></script>
|
||||
</head>
|
||||
<? include($_SERVER["DOCUMENT_ROOT"]."/top.php"); ?>
|
||||
<div class="sidebar <?=$colClass?>-3">
|
||||
<? include($_SERVER["DOCUMENT_ROOT"]."/inc.right.php"); ?>
|
||||
</div>
|
||||
<div class="inner-content <?=$colClass?>-9">
|
||||
<?
|
||||
// COLUM CENTR START ++++++++++++++
|
||||
//
|
||||
?>
|
||||
<? page_out($page_id);?>
|
||||
<div style="height: 20px;"></div>
|
||||
<?
|
||||
|
||||
include $_SERVER['DOCUMENT_ROOT']. '/feedback/list.php';
|
||||
include $_SERVER['DOCUMENT_ROOT']. '/feedback/form.php';
|
||||
|
||||
|
||||
//
|
||||
// COLUM CENTR END -----------------------
|
||||
?>
|
||||
</div>
|
||||
<?include ($DOCUMENT_ROOT."/bottom.php");?>
|
||||
Reference in New Issue
Block a user