Subversion Repositories SmartDukaan

Rev

Rev 15550 | Rev 17773 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15550 Rev 17766
Line 1... Line 1...
1
<div class="footer">    
1
<div class=" footer">    
2
	<div class="container">
2
	  <div class="col-xs-12 navbar-fixed-bottom pmfooter">
-
 
3
	  <div class="row" id="bottomNav" data-id="<?php echo $logged_user['id'];?>">
-
 
4
	  	<i class="glyphicon glyphicon-shopping-cart cartbutton"></i><span class="badge cartcount">
3
	  <div class="col-sm-12">
5
	0        </span >
-
 
6
		<span class="carttotal">₹ </span ><span class="carttotalval">0</span>
-
 
7
		<button type="button" class="btn btn-md pull-right checkout">CHECKOUT</button>
4
	    <a target="_blank" href="https://twitter.com/instafollowin">Twitter</a> <small class="text-muted">|</small> <a href="https://www.facebook.com/instafollowin" target="_blank">Facebook</a> <small class="text-muted">|</small> <a href="https://plus.google.com/u/0/b/115906484336748856335/115906484336748856335/about">Google+</a> <small class="text-muted">|</small> <a target="_blank" href="http://www.pinterest.com/instafollowin/">Pinterest</a> <small class="text-muted">|</small> <a href="http://instagram.com/instafollow.in" target="_blank">Instagram</a> <small class="text-muted">|</small> <a href="mailto:anikendra@instafollow.in">Contact Us</a><small class="text-muted">|</small> <a title="Instagram Photos tagged with selfie" href="<?php echo $base_url;?>oninstagram">Instagram Tags</a> <a href="#" class="pull-right"><div class="fb-like" data-href="http://instafollow.in" data-width="200" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div> &copy; 2014 InstaFollow</a>
8
	    <!-- <div class="col-xs-4 text-center"><a href="#"><i class="glyphicon glyphicon-circle-arrow-down"></i><br></a></div>
-
 
9
	    <div class="col-xs-4 text-center"><a href="#"><i class="glyphicon glyphicon-shopping-cart"></i><br></a></div> -->
-
 
10
	  </div>
5
	  </div>
11
	  </div>
6
	</div>
-
 
7
</div>
12
</div>
8
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
13
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
9
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
14
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
10
<script>
15
<script>
11
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
16
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Line 17... Line 22...
17
  ga('send', 'pageview');
22
  ga('send', 'pageview');
18
  $(function(){
23
  $(function(){
19
	$('a').click(function(){
24
	$('a').click(function(){
20
		ga('send', 'event', 'anchor', 'click', $(this).attr('title'));
25
		ga('send', 'event', 'anchor', 'click', $(this).attr('title'));
21
	});
26
	});
22
  });  
27
  }); 
23
  var pma = new pma();
-
 
24
</script>
28
</script>
25
29