- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
<link rel="canonical" href="{$GetPageUrl}" /><head><?php
if (isset($PowerBB->_GET['page']) == 'topic')
{
$PowerBB->_GET['id'] = $PowerBB->functions->CleanVariable($PowerBB->_GET['id'],'intval');
$PowerBB->_GET['count'] = $PowerBB->functions->CleanVariable($PowerBB->_GET['count'],'intval');
if (isset($PowerBB->_GET['count']) and $PowerBB->_GET['count'] > 0)
{
$count = "&count=".$PowerBB->_GET['count'];
}
$PowerBB->_CONF['template']['GetPageUrl'] = $PowerBB->_CONF['template']['ForumAdress'].$PowerBB->functions->rewriterule("index.php?page=topic&show=1&id=".$PowerBB->_GET['id'].$count);
}
?>