<?
/************************************
Script : Free Guest Book and comment box
Website : http://www.agrizlive.com
Script is provided Under GPU Non-Commercial License
Agrizlive.com doesn't provide any WARRANTY for this script
**************************************/
//$path = "http://".$_SERVER['SERVER_NAME']."/blog/admin/";
$path = "";
if(isset($_REQUEST['content']) && $_REQUEST['content'] != "")
{
if(isset($_REQUEST['value']) && $_REQUEST['value'] != "")
{
$loading_page = $path.$_REQUEST['content']."/".$_REQUEST['value'].".php";
}
else
{
$loading_page = $path.$_REQUEST['content']."/index.php";
}
$subMenu = $_REQUEST['content']."/submenu.php";
}
else
{
$loading_page = "default.php";
$subMenu = "submenu.php";
}
?>