| Line 1... |
Line 1... |
| 1 |
<div class="content">
|
1 |
<div class="content">
|
| - |
|
2 |
<?php if($sharable ==1):?>
|
| 2 |
<div class="appshare row text-right">
|
3 |
<div class="appshare row text-right">
|
| 3 |
<a href="http://apprub.com/<?php echo base64_encode($logged_user['id']);?>/android"><i class="glyphicon glyphicon-share"></i> Share</a>
|
4 |
<a href="http://apprub.com/<?php echo date('dm',time()).'-'.$logged_user['id'];?>/android"><i class="glyphicon glyphicon-share"></i> Share</a>
|
| 4 |
</div>
|
5 |
</div>
|
| - |
|
6 |
<?php else:?>
|
| - |
|
7 |
<div class="row text-center">
|
| - |
|
8 |
<span class="text-info">Share this url :</span> <textarea cols="100" rows="1" id="sharelink" name='sharlink'>http://apprub.com/<?php echo date('dm',time()).'-'.$logged_user['id'];?>/anroid</textarea>
|
| - |
|
9 |
</div>
|
| - |
|
10 |
<?php endif;?>
|
| 5 |
<div class="row scroll">
|
11 |
<div class="row scroll">
|
| 6 |
<?php echo $this->element('appoffers',array('id'=>$id));?>
|
12 |
<?php echo $this->element('appoffers',array('id'=>$id));?>
|
| 7 |
</div>
|
13 |
</div>
|
| 8 |
</div>
|
14 |
</div>
|
| 9 |
<script type="text/javascript" src="/js/jquery.jscroll.min.js"></script>
|
15 |
<script type="text/javascript" src="/js/jquery.jscroll.min.js"></script>
|