diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-01 20:38:42 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-01 20:38:42 +0000 |
| commit | ce7a28e8a952839374fc5635509aae3497c1ed0b (patch) | |
| tree | 963e84bec9cc1f5bceeab1ab81081c4827de160e /edit_css.php | |
| parent | a27c5aa507d617f93a03f7af79b5c02e18f2a07c (diff) | |
| download | themes-ce7a28e8a952839374fc5635509aae3497c1ed0b.tar.gz themes-ce7a28e8a952839374fc5635509aae3497c1ed0b.tar.bz2 themes-ce7a28e8a952839374fc5635509aae3497c1ed0b.zip | |
first pass at removing theme_control stuff not finished yet, but should be out soon enough
Diffstat (limited to 'edit_css.php')
| -rw-r--r-- | edit_css.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/edit_css.php b/edit_css.php index dc309c3..7c53a95 100644 --- a/edit_css.php +++ b/edit_css.php @@ -1,16 +1,15 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_themes/edit_css.php,v 1.3 2006/01/27 21:57:01 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_themes/edit_css.php,v 1.4 2006/02/01 20:38:41 squareing Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. -// $Id: edit_css.php,v 1.3 2006/01/27 21:57:01 squareing Exp $ +// $Id: edit_css.php,v 1.4 2006/02/01 20:38:41 squareing Exp $ include_once( '../bit_setup_inc.php' ); include_once( USERS_PKG_PATH.'BitUser.php' ); include_once( THEMES_PKG_PATH.'css_lib.php' ); -include_once( THEMES_PKG_PATH.'theme_control_lib.php' ); //pvd($_REQUEST); /************************************ @@ -169,7 +168,7 @@ if (isset($_REQUEST["fSaveCSS"])and $_REQUEST["fSaveCSS"]) { // Get the list of themes the user can choose to derive from (aka Reset to) -$styles = &$tcontrollib->getStyles( NULL, FALSE, FALSE ); +$styles = $gBitThemes->getStyles( NULL, FALSE, FALSE ); $gBitSmarty->assign_by_ref( 'styles', $styles ); $assignStyle = 'basic'; $gBitSmarty->assign_by_ref( 'assignStyle', $assignStyle); |
