/*
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
Deep-fried Chicken Rolls
Materials:
250g chicken breasts
100g ham
Preparations:
- Cut the chicken breasts into pieces, steep in a sauce of salt, cooking wine, ginger juice and soy sauce.
- Place ham on the chicken pieces and roll up.
- Fry the chicken in 50% heated oil until almost done, then remove and deep-fry in 80% heated oil until well-done.
- Transfer to a plate and spinkle with prickly ash.
|

[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);
?>