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 /edit_css.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 'edit_css.php')
| -rw-r--r-- | edit_css.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/edit_css.php b/edit_css.php index d0fc2f7..44e030f 100644 --- a/edit_css.php +++ b/edit_css.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_themes/edit_css.php,v 1.10 2010/01/29 22:30:17 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_themes/edit_css.php,v 1.11 2010/02/08 21:27:26 wjames5 Exp $ * * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. * All Rights Reserved. See below for details and a complete list of authors. @@ -12,7 +12,7 @@ /** * Setup */ -include_once( '../bit_setup_inc.php' ); +include_once( '../kernel/setup_inc.php' ); include_once( USERS_PKG_PATH.'BitUser.php' ); include_once( THEMES_PKG_PATH.'css_lib.php' ); |
