| 16549 |
anikendra |
1 |
<div class="content">
|
| 16583 |
anikendra |
2 |
<?php if($sharable ==1):?>
|
|
|
3 |
<div class="appshare row text-right">
|
|
|
4 |
<a href="http://apprub.com/<?php echo date('dm',time()).'-'.$logged_user['id'];?>/android"><i class="glyphicon glyphicon-share"></i> Share</a>
|
| 16549 |
anikendra |
5 |
</div>
|
| 16583 |
anikendra |
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;?>
|
| 16549 |
anikendra |
11 |
<div class="row scroll">
|
|
|
12 |
<?php echo $this->element('appoffers',array('id'=>$id));?>
|
|
|
13 |
</div>
|
|
|
14 |
</div>
|
|
|
15 |
<script type="text/javascript" src="/js/jquery.jscroll.min.js"></script>
|
|
|
16 |
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>
|