if (!isset($menu))
{
$menu=1;
}
if (!isset($page))
{
$page=1;
}
if (!isset($bg1)) { $bg1="menus/$menu/page$page/background1.jpg"; }
if (!isset($bg2)) { $bg2="menus/$menu/page$page/background2.jpg"; }
if (!isset($bg3)) { $bg3="menus/$menu/page$page/background3.jpg"; }
if (!isset($bg4)) { $bg4="menus/$menu/page$page/background4.jpg"; }
if (!isset($txt1)) { $txt1=file_get_contents("menus/$menu/page$page/block1.html") or die("File not found[1]."); }
if (!isset($txt2)) { $txt2=file_get_contents("menus/$menu/page$page/block2.html") or die("File not found[2]."); }
if (!isset($txt3)) { $txt3=file_get_contents("menus/$menu/page$page/block3.html") or die("File not found[3]."); }
if (!isset($txt4)) { $txt4=file_get_contents("menus/$menu/page$page/block4.html") or die("File not found[4]."); }
if ($menu!=1) { $slogan="
"; }
?>
|
|||||||||||||||||||||||||||||||||||||||||||||