Skip to content

Commit

Permalink
Remove ads
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille committed Nov 5, 2017
1 parent a67087e commit 1f995f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
9 changes: 0 additions & 9 deletions configuration/phorum/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@

<br>

<?php
if ($BannerAd) {
echo "\n<CENTER>\n";
echo Ad_728x90PhorumTop();
echo "</CENTER>\n\n";
}
?>


<TABLE WIDTH="<? echo $TableWidth; ?>" BORDER="0" ALIGN="center">
<TR><TD>
<? echo freshports_ShowFooter(1); ?>
Expand Down
6 changes: 0 additions & 6 deletions configuration/phorum/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ function custom_BannerForum($ForumName, $article_id) {
echo '</TABLE>';
}

if ($BannerAd) {
echo "\n<CENTER>\n";
echo Ad_728x90PhorumTop();
echo "</CENTER>\n\n";
}

?>


Expand Down

0 comments on commit 1f995f9

Please sign in to comment.