Subversion Repositories SmartDukaan

Rev

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

Rev 14433 Rev 14992
Line 51... Line 51...
51
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
51
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
52
		  ga('create', 'UA-59241805-1', 'auto');
52
		  ga('create', 'UA-59241805-1', 'auto');
53
		  ga('send', 'pageview');
53
		  ga('send', 'pageview');
54
		  ga('set', '&uid', me); // Set the user ID using signed-in user_id.
54
		  ga('set', '&uid', me); // Set the user ID using signed-in user_id.
55
		</script>
55
		</script>
-
 
56
		<script src="<?php echo $base_url;?>js/jquery.timeago.js"></script>
-
 
57
		<script type="text/javascript">
-
 
58
			jQuery(document).ready(function() {
-
 
59
			  jQuery("time.timeago").timeago();
-
 
60
			});
-
 
61
		</script>
56
	</body>
62
	</body>
57
</html>
63
</html>
58
64