您的位置:首页 > 其它

酒店的三个模板选择方法

2015-05-14 13:40 141 查看
$tplid = $_GET['tplid'];

if ($tplid =='searchhotel'){

include templateEx($plugin['identifier'].':'.$template.'/christmas');

}elseif  ($tplid =='newyear'){

include templateEx($plugin['identifier'].':'.$template.'/newyear');

}else{

include templateEx($plugin['identifier'].':'.$template.'/'.$themestyle);

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: