Пример #1
0
echo $gcard->getDeals();
?>
		</div>
	</div>
<div id="content-column-content">
	<div class="content-title">Gift Cards</div>
	<?php 
echo buildMessage($message);
?>
	<?php 
if ($_GET["company"] == "" && $_GET["category"] == "") {
    echo $gcard->buildPreview(4);
} elseif ($_GET["company"] != "") {
    echo $gcard->buildCompanyList();
} elseif ($_GET["category"] != "") {
    echo $gcard->buildCategoryList();
}
?>
	</div>
<div id="side-column">
	<?php 
if (!is_array($_SESSION[SHOPPING_SESSION_ID])) {
    ?>
		<a href="coupons.php" class="small white"><img src="<?php 
    echo IMAGEDIR;
    ?>
/view_all_coupons.jpg" border=0 style="margin-top:10px;"></a>
		<p class="medium white"><?php 
    echo $ads->num_coupons;
    ?>
 total coupons!</p>