| Line 30... |
Line 30... |
| 30 |
<?php echo $deal['shortDescription'];?>
|
30 |
<?php echo $deal['shortDescription'];?>
|
| 31 |
</div>
|
31 |
</div>
|
| 32 |
<div class="<?php if(!isset($deal['customerOneLiner'])):?>hidden<?php endif;?>">
|
32 |
<div class="<?php if(!isset($deal['customerOneLiner'])):?>hidden<?php endif;?>">
|
| 33 |
<b><?php echo $deal['customerOneLiner'];?></b>
|
33 |
<b><?php echo $deal['customerOneLiner'];?></b>
|
| 34 |
</div>
|
34 |
</div>
|
| - |
|
35 |
<div class="<?php if(!isset($deal['retailerOneLiner'])):?>hidden<?php endif;?>">
|
| - |
|
36 |
<?php echo $deal['retailerOneLiner'];?>
|
| - |
|
37 |
</div>
|
| - |
|
38 |
<span class="text-small" style="background:yellow">
|
| - |
|
39 |
<?php
|
| - |
|
40 |
if (strlen($deal['location'])>0){
|
| - |
|
41 |
echo "Valid in ", $deal['location'];
|
| - |
|
42 |
}
|
| - |
|
43 |
?>
|
| - |
|
44 |
</span>
|
| 35 |
<div class="dealoffer text-small <?php if(!isset($deal['longDescription']) || empty($deal['longDescription'])):?>hidden<?php endif;?> row">
|
45 |
<div class="dealoffer text-small <?php if(!isset($deal['longDescription']) || empty($deal['longDescription'])):?>hidden<?php endif;?> row">
|
| 36 |
<?php echo strip_tags($deal['longDescription'],'<br>');?>
|
46 |
<?php echo strip_tags($deal['longDescription'],'<br>');?>
|
| 37 |
</div>
|
47 |
</div>
|
| 38 |
<div class="offercondition text-small">
|
48 |
<div class="offercondition text-small">
|
| 39 |
<?php echo $deal['offerCondition'];?>
|
49 |
<?php echo $deal['offerCondition'];?>
|
| 40 |
</div>
|
50 |
</div>
|
| 41 |
<div class="<?php if(!isset($deal['retailerOneLiner'])):?>hidden<?php endif;?>">
|
- |
|
| 42 |
<?php echo $deal['retailerOneLiner'];?>
|
- |
|
| 43 |
</div>
|
51 |
|
| 44 |
</div>
|
52 |
</div>
|
| 45 |
</div>
|
53 |
</div>
|
| 46 |
<?php endforeach;?>
|
54 |
<?php endforeach;?>
|
| 47 |
<?php //if($this->Paginator->hasNext()):?>
|
55 |
<?php //if($this->Paginator->hasNext()):?>
|
| 48 |
<p class="text-center"><a class="btn btn-primary infitescroller" href="/categories/getapps/<?php echo $id;?>/?page=<?php echo ($page+1);?>">Load More</a></p>
|
56 |
<p class="text-center"><a class="btn btn-primary infitescroller" href="/categories/getapps/<?php echo $id;?>/?page=<?php echo ($page+1);?>">Load More</a></p>
|