sjorderinfo.inc.php 248 B

1234567
  1. <?php
  2. global $_GPC, $_W;
  3. $storeid=$_COOKIE["storeid"];
  4. $cur_store = $this->getStoreById($storeid);
  5. $GLOBALS['frames'] = $this->getNaveMenu2($storeid);
  6. $item=pdo_get('zhtc_order',array('id'=>$_GPC['id']));
  7. include $this->template('web/sjorderinfo');