summaryrefslogtreecommitdiff
path: root/switch_theme.php
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-02-02 18:37:06 -0500
committerspiderr <spiderr@bitweaver.org>2021-02-02 18:37:06 -0500
commit8100f531ffe00ab3da809b8b7f28878607b227de (patch)
tree25fd75cf71be3f098eb2fc5d5f5c07d2a5de465a /switch_theme.php
parent5904255fb52ef7a9c7bc7879b35ca9edf46f2075 (diff)
downloadthemes-8100f531ffe00ab3da809b8b7f28878607b227de.tar.gz
themes-8100f531ffe00ab3da809b8b7f28878607b227de.tar.bz2
themes-8100f531ffe00ab3da809b8b7f28878607b227de.zip
fix INCLUDE and CLASS paths
Diffstat (limited to 'switch_theme.php')
-rw-r--r--switch_theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/switch_theme.php b/switch_theme.php
index f5bab3a..9b602d5 100644
--- a/switch_theme.php
+++ b/switch_theme.php
@@ -9,7 +9,7 @@
* Setup
*/
require_once( '../kernel/setup_inc.php' );
-include_once( KERNEL_PKG_PATH.'BitBase.php' );
+include_once( KERNEL_PKG_CLASS_PATH.'BitBase.php' );
if (isset($_SERVER['HTTP_REFERER'])) {
$orig_url = $_SERVER['HTTP_REFERER'];