// import block
$tpl->setblock(main,aleft,left1);
$tpl->setvar(
array(
'ltitle' => '关于 open source',
'left' => $left_1,
));
$tpl->parse('left1','aleft',true);
$tpl->setvar(
array(
'ltitle' => '其它页面代码',
'left' => $left_2,
));
$tpl->parse('left1','aleft',true);
$tpl->setvar(filehead,file_head());
$tpl->setvar(filepic,'');
$tpl->setvar(title,show source - .htmlentities($url));
$tpl->setvar(desc,开放源码,show source,php);
$tpl->setvar(keywords,开放源码,show source,php);
$tpl->setvar(bar,'');
$tpl->setvar(body,$body);
$tpl->setvar(filefoot,file_foot());
tpl_output();
?>
http://www.bkjia.com/phpjc/317459.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/317459.htmltecharticle?php /** *showsource * *@authoravengeravenger@php.net *@version$id2003-07-109:09:03$ */ require_once'header.inc.php'; tpl_load('left.tpl'); //checkurlvalue if(!isset($_get['file']))...