$po->setTpl('');
$po->setTabletpl(false);
$po->setLocation($location);
//$po->set_more($config['set']['more']);
//$po->setDot($config['set']['dot']);
$po->setPaper($config['paper']);
$po->setSubject($subject_list);
$po->show_left_colums('%');
?>
|
$tpl=<<
{content}
EOF;
$po->setTpl($tpl);
$po->setLocation($location);
$po->setPaper($config['paper']);
$po->setId($_GET['cat2_id']);
$po->setSjtId($_GET['sjt_id']);
if(substr($location,-8)!='00000000' or $_GET['cat2_id'] or $_GET['sjt_id']){
$po->show_more_colums();
}else{
$po->show_right_colums();
}
?>
|