/*
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 );
?>
Tianjin Dishes
Tianjin Dishes
Frozen Ham and Egg Yolk
Materials:
8g gelatine
cooked ham slices
egg yolks
Preparations:
- Dissolve the gelatine in clear soup, add cooking wine and salt.
- Filter the scum with gauze to make crystal juice.
- Put the juice into spoons, and add a hot egg yolk add some ham slices to each spoon, pour a layer of crystal juice on top, freeze.
|

[back to Little Ma's Recipe Corner]
$DocRoot = getenv( "DOCUMENT_ROOT" );
if( $DocRoot == "" )
{
$DocRoot = get_cfg_var( "doc_root" );
}
$NavBar = $DocRoot . '/sharefiles/template/enculbar.thtml';
require($NavBar);
?>