- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
//show list last 5 posts member<br />
if ($PowerBB->_CONF['template']['SubjectInfo']['review_subject']
and $PowerBB->_CONF['member_row']['username'] == $PowerBB->_CONF['template']['SubjectInfo']['writer']
and !$PowerBB->functions->ModeratorCheck($PowerBB->_CONF['template']['SubjectInfo']['section']))
{
$PowerBB->template->assign('timeout',true);
}
else
{
$PowerBB->template->assign('timeout',false);
}