- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
$SubjectArr = array();
$SubjectArr['where'] = array('id',$PowerBB->_GET['id']);
$PowerBB->_CONF['template']['SubjectInfo'] = $PowerBB->core->GetInfo($SubjectArr,'subject');
if (!$PowerBB->core->GetInfo($SubjectArr,'subject'))
{
header("Location: /404.shtml");
die;
exit;
}