Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created November 16, 2011 19:14
Show Gist options
  • Save whyisjake/1371021 to your computer and use it in GitHub Desktop.
Save whyisjake/1371021 to your computer and use it in GitHub Desktop.
Movable Type Conditional
<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