Subversion Repositories SmartDukaan

Rev

Rev 16549 | Rev 16589 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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