setTpl("{description}"); $po->setLocation(MainLocation($location)); $po->ShowMainColums(); $lname = ob_get_contents(); ob_end_clean(); if(strlen($lname)>20) $lname = ''.$lname.''; echo $lname; ?>
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('%'); ?>
{description} {more} 
{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(); } ?>