| Line 3... |
Line 3... |
| 3 |
<?php foreach($categories AS $catId => $name):?>
|
3 |
<?php foreach($categories AS $catId => $name):?>
|
| 4 |
<li class="<?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-4">
|
4 |
<li class="<?php if((isset($id)) && $catId == $id):?>active<?php endif;?> col-xs-4">
|
| 5 |
<a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
|
5 |
<a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
|
| 6 |
<?php endforeach;?>
|
6 |
<?php endforeach;?>
|
| 7 |
</ul>
|
7 |
</ul>
|
| 8 |
<div class="filters row">
|
8 |
<div class="filters row">
|
| 9 |
<div class="col-xs-8 herotext">Daily profitable deals for you
|
- |
|
| 10 |
<?php $skipmobileverification = SessionHelper::read('skipmobileverification');if(!$logged_user['mobile_verified'] && !isset($skipmobileverification)):?>
|
9 |
<?php //$skipmobileverification = SessionHelper::read('skipmobileverification');if(!$logged_user['mobile_verified'] && !isset($skipmobileverification)):?>
|
| 11 |
<div class="verificationalert">Your phone number is not verified. <a href="<?php echo $base_url;?>/users/verifymobile">Verify now</a></div>
|
10 |
<!-- <div class="verificationalert">Your phone number is not verified. <a href="<?php echo $base_url;?>/users/verifymobile">Verify now</a></div> -->
|
| 12 |
<?php endif;?>
|
11 |
<?php //endif;?>
|
| - |
|
12 |
<?php if(isset($notification) && !empty($notification)):?>
|
| - |
|
13 |
<div class="alert alert-info text-center col-xs-8">
|
| - |
|
14 |
<a target="_blank" href="<?php echo $notification['NotificationRule']['url'];?>" class="webnotification"><?php echo $notification['NotificationRule']['name'];?></a>
|
| 13 |
</div>
|
15 |
</div>
|
| - |
|
16 |
<?php else:?>
|
| - |
|
17 |
<div class="col-xs-8 herotext">
|
| - |
|
18 |
Daily profitable deals for you
|
| - |
|
19 |
</div>
|
| - |
|
20 |
<?php endif;?>
|
| 14 |
<div class="col-xs-4 ">
|
21 |
<div class="col-xs-4 ">
|
| 15 |
<div class="dropdown pull-right">
|
22 |
<div class="dropdown pull-right">
|
| 16 |
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
|
23 |
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
|
| 17 |
<span class="caret"></span> SORT
|
24 |
<span class="caret"></span> SORT
|
| 18 |
</button>
|
25 |
</button>
|