Subversion Repositories SmartDukaan

Rev

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

Rev 11683 Rev 11685
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', $this->_ci->config->item('ga_id')]);
32
      _gaq.push(['_setAccount', '<?php echo $this->config->item('ga_id');?>']);
33
      _gaq.push(['_setDomainName', $this->_ci->config->item('ga_domain')]);
33
      _gaq.push(['_setDomainName', '<?php echo $this->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';
Line 123... Line 123...
123
}
123
}
124
</script>
124
</script>
125
<?php 
125
<?php 
126
echo "<div class='sucess-reg'>".$this->session->flashdata('msg'). "</div>";
126
echo "<div class='sucess-reg'>".$this->session->flashdata('msg'). "</div>";
127
}
127
}
128
 ?>
-
 
129
128
 ?>
-
 
129