/* WWW.CHINAVISTA.COM Share Library load and global variable definition. */ // Load ShareLib $DocRoot = getenv( "DOCUMENT_ROOT" ); if( $DocRoot == "" ) { $DocRoot = get_cfg_var( "doc_root" ); } $DocRoot = $DocRoot . "/simpleworld"; $ShareLib = $DocRoot . "/incs/shared.hp"; require( $ShareLib ); // Requirement for ad server require("config.inc.php3"); require("view.inc.php3"); ?> // To record hits of homepage. DispCounter( $SCRIPT_NAME ); ?>

The Summer Palace: A Map
A Bird's View of the Summer Palace
![]()
your right and go; or you can follow the bull below who will guide you around the Summer Palace in the best route of journey. |
|

$DocRoot = getenv( "DOCUMENT_ROOT" );
if( $DocRoot == "" )
{
$DocRoot = get_cfg_var( "doc_root" );
}
$NavBar = $DocRoot . '/sharefiles/template/travel.thtml';
require($NavBar);
?>