This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08fab68
commit 74b8315
Showing
2 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); ?> | ||
|
||
<script src="<?= base_url("$this->$theme_folder/vendor/jquery/jquery.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->$theme_folder/vendor/bootstrap/js/bootstrap.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->$theme_folder/vendor/jquery/jquery.marquee.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->$theme_folder/vendor/owl-carousel/js/owl.carousel.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->$theme_folder/vendor/ace-menu/js/ace-responsive-menu.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->$theme_folder/vendor/fancybox/js/jquery.fancybox.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->$theme_folder/vendor/jssocial/js/jssocials.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/vendor/jquery/jquery.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/vendor/bootstrap/js/bootstrap.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/vendor/jquery/jquery.marquee.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/vendor/owl-carousel/js/owl.carousel.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/vendor/ace-menu/js/ace-responsive-menu.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/vendor/fancybox/js/jquery.fancybox.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/vendor/jssocial/js/jssocials.min.js") ?>"></script> | ||
<script src="<?= base_url("assets/js/jquery.cycle2.min.js") ?>"></script> | ||
<script src="<?= base_url("assets/js/jquery.cycle2.carousel.js") ?>"></script> | ||
<script src="<?= base_url("assets/js/leaflet.js")?>"></script> | ||
<script src="<?= base_url("$this->$theme_folder/assets/js/script.js") ?>"></script> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/assets/js/script.js") ?>"></script> |