|
switch ($idx_page){
case "an":
include_once ("form.php");
break;
case "show":
include_once ("show.php");
break;
case "loc":
include_once ("villages.php");
break;
case "subloc":
include_once ("villages.php");
break;
case "search":
include_once ("search.php");
break;
case "show":
include_once ("show.php");
break;
case "services":
include_once ("services_mng.php");
break;
case "buying":
include_once ("buying_property_mng.php");
break;
case "aboutus":
include_once ("aboutus_mng.php");
break;
case "contactus":
include_once ("contactus_mng.php");
break;
case "bulgaria":
include_once ("bulgaria_info_mng.php");
break;
case "europe_map":
include_once ("europe_map_mng.php");
break;
case "holidays":
include_once ("bulgaria-holidays-mng.php");
break;
case "otherpages":
include_once ("bulgaria-pages-mng.php");
break;
case "mlm":
include_once ("mlm_index.php");
break;
case "showsearch":
include_once ("home.php");
break;
default:
include_once ("home.php");
}
?> |