forked from mirrors/easyappointments
Merge branch 'PatchworkBoy-patch-1' into develop
This commit is contained in:
commit
565332995f
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
<script
|
<script
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
src="<?php echo base_url('assets/ext/bootstrap/js/bootstrap.min.js'); ?>"></script>
|
src="<?php echo base_url('assets/ext/bootstrap/js/bootstrap.min.js'); ?>"></script>
|
||||||
|
<script
|
||||||
|
type="text/javascript"
|
||||||
|
src="<?php echo base_url('assets/ext/jquery-ui/jquery-ui.min.js'); ?>"></script>
|
||||||
<script
|
<script
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
src="<?php echo base_url('assets/ext/datejs/date.js'); ?>"></script>
|
src="<?php echo base_url('assets/ext/datejs/date.js'); ?>"></script>
|
||||||
|
@ -27,6 +30,10 @@
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
href="<?php echo base_url('assets/ext/bootstrap/css/bootstrap.min.css'); ?>">
|
href="<?php echo base_url('assets/ext/bootstrap/css/bootstrap.min.css'); ?>">
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
type="text/css"
|
||||||
|
href="<?php echo base_url('assets/ext/jquery-ui/jquery-ui.min.css'); ?>">
|
||||||
|
|
||||||
<?php // SET FAVICON FOR PAGE ?>
|
<?php // SET FAVICON FOR PAGE ?>
|
||||||
<link
|
<link
|
||||||
|
|
Loading…
Reference in a new issue