define('_RootPath', "");
include(_RootPath."_.constant.dir.inc.php");
## define page
$_vPage = "";
## end
include(_RootPath._DirLibraries."/config.frontend.inc.php");
## inc top
include(_RootPath."_top.inc.php");
## end
## inc left
include(_RootPath."_left.inc.php");
## end
?>
if (!$iStrID) { ?>
# inc news ?>
$vStrMType = "news";
$vStrMType1 = "news";
$urldetail = "news.php";
include(_RootPathModules."news/news.inc.php");
?>
# end?>
# inc news ?>
echo $vNewsPaging; ?>
# end?>
} else { ?>
# inc detail ?>
$vStrMType = "news";
$vStrMType1 = "news";
include(_RootPathModules."news/news_detail.inc.php");
?>
# end ?>
echo $oTitle; ?>
echo $oDes; ?>
|
|
} ?>
## inc right
include(_RootPath."_right.inc.php");
## end
## inc bottom
include(_RootPath."_bottom.inc.php");
## end
?>