echo'<div id="left">'; include("templates/$template/blocks/mymenu.php"); //include("templates/$template/blocks/search.php"); //include("templates/$template/blocks/bannerleft.php"); //include("templates/$template/blocks/bannersright.php"); //include("templates/$template/blocks/random.php"); //include("templates/$template/blocks/category.php"); //include("templates/$template/blocks/ad1.php"); //include("templates/$template/blocks/ad2.php"); include("templates/$template/blocks/top.php"); include("templates/$template/blocks/latest.php"); include("templates/$template/blocks/submenu2.php"); include("templates/$template/blocks/links.php"); include("templates/$template/blocks/stats.php"); echo'</div>
include("templates/$template/blocks/mymenu.php");//include("templates/$template/blocks/sitemap.php");include("templates/$template/blocks/random.php");//include("templates/$template/blocks/bannerleft.php");include("templates/$template/blocks/category.php");include("templates/$template/blocks/ad1.php");//include("templates/$template/blocks/ad2.php");include("templates/$template/blocks/top.php");include("templates/$template/blocks/latest.php");include("templates/$template/blocks/links.php");include("templates/$template/blocks/stats.php");
if ($_GET['action'] == 'play') { include("templates/$template/blocks/mymenu.php"); include("templates/$template/blocks/ad1.php"); include("templates/$template/blocks/top.php"); include("templates/$template/blocks/latest.php"); include("templates/$template/blocks/submenu2.php"); include("templates/$template/blocks/ad2.php"); include("templates/$template/blocks/stats.php"); } else { include("templates/$template/blocks/mymenu.php"); include("templates/$template/blocks/ad1.php"); include("templates/$template/blocks/top.php"); include("templates/$template/blocks/latest.php"); include("templates/$template/blocks/submenu2.php"); include("templates/$template/blocks/stats.php"); }