Fixes #20
This commit is contained in:
parent
0652294a27
commit
c051a894ca
2 changed files with 41 additions and 32 deletions
|
@ -406,6 +406,12 @@
|
|||
<span id="select-language" class="label label-success">
|
||||
<?php echo ucfirst($this->config->item('language')); ?>
|
||||
</span>
|
||||
|
|
||||
<?php if ($this->session->userdata('user_id')): ?>
|
||||
<a href="<?php echo $this->config->item('base_url'); ?>/index.php/backend">
|
||||
<?php echo $this->lang->line('backend_section'); ?>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -421,7 +427,6 @@
|
|||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', '<?php echo $google_analytics_code; ?>', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
<span id="select-language" class="label label-success">
|
||||
<?php echo ucfirst($this->config->item('language')); ?>
|
||||
</span>
|
||||
|
|
||||
<a href="<?php echo $base_url; ?>/index.php/appointments">
|
||||
<?php echo $this->lang->line('go_to_booking_page') ?>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="footer-user-display-name">
|
||||
|
|
Loading…
Reference in a new issue