/*
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 );
?>
Hunan Dishes
Hunan Dishes
Steamed Fish with Ground Rice in a Bamboo Tube
Materials:
1 live fish (1250g)
100g cooked ground rice
Preparations:
- Clean the fish, slice and rinse the slices. Mix together seasonings, ground rice and
lard, smear over the fish slices and leave for 5 minutes.
- Put the fish into a bamboo tube, close the tube, steam for 30 minutes.
|

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