| Line 30... |
Line 30... |
| 30 |
<b><?php echo $deal['customerOneLiner'];?></b>
|
30 |
<b><?php echo $deal['customerOneLiner'];?></b>
|
| 31 |
</div>
|
31 |
</div>
|
| 32 |
<div class="dealoffer text-small <?php if(!isset($deal['longDescription']) || empty($deal['longDescription'])):?>hidden<?php endif;?> row">
|
32 |
<div class="dealoffer text-small <?php if(!isset($deal['longDescription']) || empty($deal['longDescription'])):?>hidden<?php endif;?> row">
|
| 33 |
<?php echo strip_tags($deal['longDescription'],'<br>');?>
|
33 |
<?php echo strip_tags($deal['longDescription'],'<br>');?>
|
| 34 |
</div>
|
34 |
</div>
|
| 35 |
<button data-id="<?php echo $deal['app_id'];?>" data-me="<?php echo $me;?>"class="btn btn-primary getapp" type="button">Install</button>
|
35 |
<button data-id="<?php echo $deal['app_id'];?>" data-me="<?php echo $me;?>"class="btn btn-primary" type="button">Install</button>
|
| 36 |
</div>
|
36 |
</div>
|
| 37 |
</div>
|
37 |
</div>
|
| 38 |
<?php endforeach;?>
|
38 |
<?php endforeach;?>
|
| 39 |
<?php //if($this->Paginator->hasNext()):?>
|
39 |
<?php //if($this->Paginator->hasNext()):?>
|
| 40 |
<!-- <p class="text-center"><a class="btn btn-primary infitescroller" href="/<?php echo $slug;?>/<?php echo $type;?>?page=<?php echo ($page+1);?>">Load More</a></p> -->
|
40 |
<!-- <p class="text-center"><a class="btn btn-primary infitescroller" href="/<?php echo $slug;?>/<?php echo $type;?>?page=<?php echo ($page+1);?>">Load More</a></p> -->
|
| Line 44... |
Line 44... |
| 44 |
<h4>No more offers found. Please try again later.</h4>
|
44 |
<h4>No more offers found. Please try again later.</h4>
|
| 45 |
<!-- <div class="text-center">
|
45 |
<!-- <div class="text-center">
|
| 46 |
<button type="button" class="btn btn-xs btn-primary refresh">Retry</button>
|
46 |
<button type="button" class="btn btn-xs btn-primary refresh">Retry</button>
|
| 47 |
</div> -->
|
47 |
</div> -->
|
| 48 |
<?php endif;?>
|
48 |
<?php endif;?>
|
| 49 |
<?php endif;?>
|
- |
|
| 50 |
|
49 |
<?php endif;?>
|
| - |
|
50 |
<script>
|
| - |
|
51 |
var apihost ='<?php echo $apihost;?>';
|
| - |
|
52 |
</script>
|
| - |
|
53 |
|