|
function leftmenus($fid){
global $db;
$results=$db->query("select * from web_column where column_fid='{$fid}' order by column_indexid asc");
while($roww=$db->getarray($results)){
unset($tid);
echo"{$roww['column_title']}";
$thisc=$db->getcount("select * from web_column where column_fid='{$roww['id_web_column']}'");
if($thisc){
echo"";
leftmenus($roww['id_web_column']);
echo" ";
}
}$db->free_result($results);
}
?>
foreach($rightmenu as $row){ ?>
- >
} ?>
>
if($topid==1433)include($fid.".php");
echo showcolumn($fid,"column_stand_body");
?>
include("inc_footer.php"); ?> |