mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Notice Removal
This commit is contained in:
@@ -124,7 +124,7 @@ class core_news_sef_noid_url extends eUrlConfig
|
|||||||
// news/Category/Category-Name?page=xxx
|
// news/Category/Category-Name?page=xxx
|
||||||
// news/Short/Category-Name?page=xxx
|
// news/Short/Category-Name?page=xxx
|
||||||
$r[0] = $route[1] == 'category' ? 'Category' : 'Short';
|
$r[0] = $route[1] == 'category' ? 'Category' : 'Short';
|
||||||
$r[1] = $params['name'] ? $params['name'] : $params['id'];
|
$r[1] = !empty($params['name']) ? $params['name'] : $params['id'];
|
||||||
if($page) $parm = array('page' => $page);
|
if($page) $parm = array('page' => $page);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@@ -64,7 +64,8 @@ if(!isset($BANNER_TABLE))
|
|||||||
<td colspan='2' class='forumheader3' style='text-align:center'>{BANNER_TABLE_ACTIVE}</td>
|
<td colspan='2' class='forumheader3' style='text-align:center'>{BANNER_TABLE_ACTIVE}</td>
|
||||||
<td colspan='4' class='forumheader3' style='text-align:center'>{BANNER_TABLE_STARTDATE} {BANNER_TABLE_ENDDATE}</td>";
|
<td colspan='4' class='forumheader3' style='text-align:center'>{BANNER_TABLE_STARTDATE} {BANNER_TABLE_ENDDATE}</td>";
|
||||||
|
|
||||||
if($BANNER_TABLE_IP){
|
if(!empty($BANNER_TABLE_IP)) // review
|
||||||
|
{
|
||||||
$BANNER_TABLE .= "
|
$BANNER_TABLE .= "
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user