Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php if(MARKETING_RIGHT=="true"):?>
  2.                       <div class="clear"></div>
  3.                       <?php
  4.                                     $MarketingType = "right";
  5.                                     $MarketingPosition = 3;
  6.                                     include('outer_marketing.tpl.php');
  7.                                 ?>
  8.                   <?php endif;?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement