Rev 16583 |
Rev 16704 |
Go to most recent revision |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 16549 |
anikendra |
1 |
<div class="content">
|
| 16583 |
anikendra |
2 |
<?php if($sharable ==1):?>
|
|
|
3 |
<div class="appshare row text-right">
|
| 16589 |
anikendra |
4 |
<a href="http://apprub.com/<?php echo ($logged_user['id']+1984);?>"><i class="glyphicon glyphicon-share"></i> Share</a>
|
| 16549 |
anikendra |
5 |
</div>
|
| 16583 |
anikendra |
6 |
<?php else:?>
|
|
|
7 |
<div class="row text-center">
|
| 16589 |
anikendra |
8 |
<span class="text-info">Share this url :</span> <textarea cols="100" rows="1" id="sharelink" name='sharlink'>http://apprub.com/<?php echo ($logged_user['id']+1984);?></textarea>
|
| 16583 |
anikendra |
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>
|