orderinfo.inc.php 163 B

12345
  1. <?php
  2. global $_GPC, $_W;
  3. $GLOBALS['frames'] = $this->getMainMenu();
  4. $item=pdo_get('zhtc_order',array('id'=>$_GPC['id']));
  5. include $this->template('web/orderinfo');