\themes\Sugar\header.html
<!--左边菜单去掉 {abc}
\themes\Sugar\header.php
if($_GET['module']=='myReports')
{
$xtpl->assign("abc", "-->");
}
$xtpl->parse("main");
$xtpl->out("main");
\themes\Sugar\header.html
<!--左边菜单去掉 {abc}
\themes\Sugar\header.php
if($_GET['module']=='myReports')
{
$xtpl->assign("abc", "-->");
}
$xtpl->parse("main");
$xtpl->out("main");