Skip to content

Commit

Permalink
fixed tm_pub_3
Browse files Browse the repository at this point in the history
  • Loading branch information
devsaider committed Sep 25, 2016
1 parent baacc76 commit 4bff9ce
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
</div>
</div> <!-- end of #game -->
<hr>
<?php endif;
<?php if ($options["tm_pub_3"] != ""): ?>
<div id="pub3">
<?=$options["tm_pub_3"]; ?>
</div>
<hr>
<?php endif;
endif;

if (!have_posts()) {

Expand Down Expand Up @@ -65,7 +71,7 @@
?></div><?php
}
?>
<?php if ($options["tm_pub_3"] != ""): ?>
<?php if (!is_home() && $options["tm_pub_3"] != ""): ?>
<div id="pub3">
<?=$options["tm_pub_3"]; ?>
</div>
Expand Down

0 comments on commit 4bff9ce

Please sign in to comment.