Rev 13993 |
Rev 14215 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 13993 |
Rev 14150 |
| Line 23... |
Line 23... |
| 23 |
<div class="product_short_description <?php if(!isset($product['tagline'])):?>hidden<?php endif;?>"><?php echo $product['tagline'];?></div>
|
23 |
<div class="product_short_description <?php if(!isset($product['tagline'])):?>hidden<?php endif;?>"><?php echo $product['tagline'];?></div>
|
| 24 |
</div>
|
24 |
</div>
|
| 25 |
</div>
|
25 |
</div>
|
| 26 |
</a>
|
26 |
</a>
|
| 27 |
<?php endforeach;?>
|
27 |
<?php endforeach;?>
|
| 28 |
<p class="text-center"><a class="btn btn-primary" href="/store_products/getsearchresults/?q=<?php echo urlencode($q);?>&page=<?php echo ($page+1);?>">Load More</a></p>
|
- |
|
| 29 |
|
28 |
<p class="text-center"><a class="btn btn-primary" href="/store_products/getsearchresults/?q=<?php echo urlencode($q);?>&page=<?php echo ($page+1);?>">Load More</a></p>
|
| - |
|
29 |
<script type="text/javascript" src="/js/jquery.jscroll.min.js"></script>
|
| - |
|
30 |
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>
|
| - |
|
31 |
|
| 30 |
|
32 |
|