Created
November 16, 2011 19:14
-
-
Save whyisjake/1371021 to your computer and use it in GitHub Desktop.
Movable Type Conditional
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="adbanner" style="float: left; width: 728px;"> | |
<mt:If tag="EntryTitle" eq="Giveaway: Huge Shutterfly Photography Prize Pack with Digital Camera"> | |
<!-- FM Leaderboard Zone --> | |
<script type='text/javascript' src='http://static.fmpub.net/zone/307'></script> | |
<!-- FM Leaderboard Zone --> | |
<mt:else> | |
<!-- cz_giftguide_728x90 --> | |
<script type='text/javascript'> | |
GA_googleFillSlot("cz_giftguide_728x90"); | |
</script> | |
</mt:if> | |
</div> | |
<div class="ad_block"> | |
<mt:If tag="EntryTitle" like="Giveaway: Huge Shutterfly Photography Prize Pack with Digital Camera"> | |
<!--OLD CODE--> | |
<!-- FM Medium Rectangle Zone --> | |
<script type='text/javascript' src='http://static.fmpub.net/zone/582'></script> | |
<!-- FM Med ium Rectangle Zone --> | |
<mt:else> | |
<!--NEW CODE--> | |
<!-- cz_giftguide_300x250 --> | |
<script type='text/javascript'> | |
GA_googleFillSlot("cz_giftguide_300x250"); | |
</script> | |
</mt:if> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment