diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:26 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:26 +0000 |
| commit | fdd28bd4c209776b1fa3b7c94beb30313199315c (patch) | |
| tree | 0d7403c296bbfb0c1d9ce9dbfcef0265098b77d8 /switch_theme.php | |
| parent | 4da23064148995ac840c23d02d44af7ed1c2dbba (diff) | |
| download | themes-fdd28bd4c209776b1fa3b7c94beb30313199315c.tar.gz themes-fdd28bd4c209776b1fa3b7c94beb30313199315c.tar.bz2 themes-fdd28bd4c209776b1fa3b7c94beb30313199315c.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'switch_theme.php')
| -rw-r--r-- | switch_theme.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/switch_theme.php b/switch_theme.php index 0ed0a0a..80acd6f 100644 --- a/switch_theme.php +++ b/switch_theme.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_themes/switch_theme.php,v 1.7 2009/03/31 06:30:03 lsces Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_themes/switch_theme.php,v 1.8 2010/02/08 21:27:26 wjames5 Exp $ * @package themes * @subpackage functions */ @@ -8,7 +8,7 @@ /** * Setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); include_once( KERNEL_PKG_PATH.'BitBase.php' ); if (isset($_SERVER['HTTP_REFERER'])) { |
