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

    <?php
defined('IN_DESTOON') or exit('Access Denied');
dhttp(404, $DT_BOT);
$head_title = lang($itemid ? 'message->item_not_exists' : 'message->cate_not_exists');
exit(include template($itemid ? 'show-notfound' : 'list-notfound', 'message'));
?>