www.gusucode.com > Destoon B2B仿淘宝电子商务网站 UTF8 v6.0源码程序 > destoon/mobile/channel.php

    <?php
require 'common.inc.php';
$head_title = $L['channel_title'].$DT['seo_delimiter'].$head_title;
$foot = 'channel';
include template('channel', 'mobile');
if(DT_CHARSET != 'UTF-8') toutf8();
?>