mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
remove ad id & fix claim pager params
This commit is contained in:
@@ -644,7 +644,7 @@ if ($action == "viewtopic")
|
||||
{
|
||||
if ($Advertisement->enable_ad()){
|
||||
if (!empty($forumpostad[$pn-1]))
|
||||
echo "<div align=\"center\" style=\"margin-top: 10px\" id=\"ad_forumpost_".$pn."\">".$forumpostad[$pn-1]."</div>";
|
||||
echo "<div align=\"center\" style=\"margin-top: 10px\" id=\"\">".$forumpostad[$pn-1]."</div>";
|
||||
}
|
||||
}
|
||||
++$pn;
|
||||
@@ -1458,7 +1458,7 @@ foreach ($overforums as $a)
|
||||
if ($count>=1)
|
||||
if ($Advertisement->enable_ad()){
|
||||
if (!empty($interoverforumsad[$count-1]))
|
||||
echo "<tr><td colspan=\"5\" align=\"center\" id=\"ad_interoverforums_".($count-1)."\">".$interoverforumsad[$count-1]."</td></tr>";
|
||||
echo "<tr><td colspan=\"5\" align=\"center\" id=\"\">".$interoverforumsad[$count-1]."</td></tr>";
|
||||
}
|
||||
$forid = $a["id"];
|
||||
$overforumname = $a["name"];
|
||||
|
||||
Reference in New Issue
Block a user