Advertisement
vdp

Untitled

vdp
Jul 31st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.84 KB | None | 0 0
  1.     <footer id="footer"><!--Footer-->  
  2.        
  3.         <div class="footer-bottom">
  4.             <div class="container">
  5.                 <div class="row">
  6.                     <p class="pull-left">Copyright © 2018 Volution Shop. All rights reserved.</p>
  7.                 </div>
  8.             </div>
  9.         </div>
  10.        
  11.     </footer><!--/Footer-->
  12.    
  13.  
  14.    
  15.     <script src="<?php if($uri_segments[2]=="customer"){echo"../";}?>js/jquery.js"></script>
  16.     <script src="<?php if($uri_segments[2]=="customer"){echo"../";}?>js/bootstrap.min.js"></script>
  17.     <script src="<?php if($uri_segments[2]=="customer"){echo"../";}?>/jquery.scrollUp.min.js"></script>
  18.     <script src="<?php if($uri_segments[2]=="customer"){echo"../";}?>js/price-range.js"></script>
  19.     <script src="<?php if($uri_segments[2]=="customer"){echo"../";}?>js/jquery.prettyPhoto.js"></script>
  20.     <script src="<?php if($uri_segments[2]=="customer"){echo"../";}?>js/main.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement