Blame view

addons/zh_cjdianc/inc/web/ygquan.inc.php 182 Bytes
4d84a934   曹明   初始代码提交
1
2
3
4
5
6
7
<?php
global $_GPC, $_W;
$GLOBALS['frames'] = $this->getMainMenu2();
$storeid=$_COOKIE["storeid"];
$cur_store = $this->getStoreById($storeid);

include $this->template('web/ygquan');