gift card flyer

This commit is contained in:
Daniel Camargo 2013-08-06 22:28:37 -03:00
parent 650b24c69c
commit ea294c2d3a

View File

@ -30,7 +30,7 @@ if( sizeof( $giftcards ) > 0 ) {
?>
<div class="giftcard">
<div class="dollar">$</div>
<div class="value"><?php echo $giftcard->value;?></div>
<div class="value" <?php if( $giftcard->value > 9 ){ echo 'style="font-size:120px;margin-left:70px;margin-top:860px;"'; } ?>><?php echo $giftcard->value;?></div>
<div class="title">Gift Card</div>
<div class="info">To redeem, go to<span class="link">www.crunchbutton.com/giftcard/<?php echo $giftcard->code;?></span></div>
<div class="call">Questions: Call or text us anytime at (646) 783-1444</div>