| Line 24... |
Line 24... |
| 24 |
<?php if(isset($stylesheet) && !empty($stylesheet)){?>
|
24 |
<?php if(isset($stylesheet) && !empty($stylesheet)){?>
|
| 25 |
<link rel="stylesheet" href="<?php echo base_url();?>assets/css/<?php echo $stylesheet.'?version='.$this->config->item('cdn_version');?>" type="text/css">
|
25 |
<link rel="stylesheet" href="<?php echo base_url();?>assets/css/<?php echo $stylesheet.'?version='.$this->config->item('cdn_version');?>" type="text/css">
|
| 26 |
|
26 |
|
| 27 |
<?php } ?>
|
27 |
<?php } ?>
|
| 28 |
<?php $authorized=$this->session->userdata('authorized');?>
|
28 |
<?php $authorized=$this->session->userdata('authorized');?>
|
| 29 |
<?php print_r($authorized);?>
|
- |
|
| 30 |
<script>
|
29 |
<script>
|
| 31 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
30 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
| 32 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
31 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
| 33 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
32 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
| 34 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
33 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|