summaryrefslogtreecommitdiff
path: root/BitThemes.php
diff options
context:
space:
mode:
Diffstat (limited to 'BitThemes.php')
-rw-r--r--BitThemes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/BitThemes.php b/BitThemes.php
index dda3d5e..2bddc74 100644
--- a/BitThemes.php
+++ b/BitThemes.php
@@ -1490,7 +1490,7 @@ class BitThemes extends BitSingleton {
$jquerySrc = $protocol.'://ajax.googleapis.com/ajax/libs/jquery/'.$jqueryVersion.'/jquery.js';
$this->mRawFiles['js'][] = $jquerySrc;
// boostrap needs to load after jquery
- $boostrapSrc = CONFIG_PKG_PATH.'themes/bootstrap/js/bootstrap.min.js';
+ $boostrapSrc = CONFIG_PKG_PATH.'js/bootstrap.min.js';
if( file_exists( $boostrapSrc ) ) {
$this->mRawFiles['js'][] = $boostrapSrc;
}
@@ -1500,7 +1500,7 @@ class BitThemes extends BitSingleton {
$jquerySrc = $protocol.'://ajax.googleapis.com/ajax/libs/jquery/'.$jqueryVersion.'/jquery.js';
$this->mRawFiles['js'][] = $jquerySrc;
// boostrap needs to load after jquery
- $boostrapSrc = CONFIG_PKG_PATH.'themes/bootstrap/js/bootstrap.js';
+ $boostrapSrc = CONFIG_PKG_PATH.'js/bootstrap.js';
if( file_exists( $boostrapSrc ) ) {
$this->mRawFiles['js'][] = $boostrapSrc;
}