Subversion Repositories SmartDukaan

Rev

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

Rev 11678 Rev 11683
Line 27... Line 27...
27
    <?php } ?>
27
    <?php } ?>
28
        <script>
28
        <script>
29
      //less.refresh();
29
      //less.refresh();
30
      var base_url="<?php echo base_url();?>";
30
      var base_url="<?php echo base_url();?>";
31
      var _gaq = _gaq || [];
31
      var _gaq = _gaq || [];
32
      _gaq.push(['_setAccount', 'UA-50253280-1']);
32
      _gaq.push(['_setAccount', $this->_ci->config->item('ga_id')]);
33
      _gaq.push(['_setDomainName', 'saholic.com']);
33
      _gaq.push(['_setDomainName', $this->_ci->config->item('ga_domain')]);
34
      _gaq.push(['_trackPageview']);
34
      _gaq.push(['_trackPageview']);
35
 
35
 
36
      (function() {
36
      (function() {
37
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
38
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';