diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-01 20:38:41 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-01 20:38:41 +0000 |
| commit | 4118edb1fcef17d0147e72e2162d6b0b51a572c8 (patch) | |
| tree | fafafef4e25ca5d69f26c4ac4e8f6f0dc4d40b0f /edit_pigeonholes.php | |
| parent | 1d8bcac7cca8d02d8705038928fff14a7e3859b4 (diff) | |
| download | pigeonholes-4118edb1fcef17d0147e72e2162d6b0b51a572c8.tar.gz pigeonholes-4118edb1fcef17d0147e72e2162d6b0b51a572c8.tar.bz2 pigeonholes-4118edb1fcef17d0147e72e2162d6b0b51a572c8.zip | |
first pass at removing theme_control stuff not finished yet, but should be out soon enough
Diffstat (limited to 'edit_pigeonholes.php')
| -rw-r--r-- | edit_pigeonholes.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php index b8fc653..3745bfa 100644 --- a/edit_pigeonholes.php +++ b/edit_pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.11 2006/01/30 16:41:46 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.12 2006/02/01 20:38:41 squareing Exp $ * * Copyright ( c ) 2004 bitweaver.org * Copyright ( c ) 2003 tikwiki.org @@ -8,7 +8,7 @@ * 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_pigeonholes.php,v 1.11 2006/01/30 16:41:46 squareing Exp $ + * $Id: edit_pigeonholes.php,v 1.12 2006/02/01 20:38:41 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -22,7 +22,6 @@ $gBitSystem->verifyPackage( 'pigeonholes' ); $gBitSystem->verifyPermission( 'bit_p_edit_pigeonholes' ); include_once( LIBERTY_PKG_PATH.'LibertyStructure.php' ); -include_once( THEMES_PKG_PATH.'theme_control_lib.php' ); include_once( PIGEONHOLES_PKG_PATH.'lookup_pigeonholes_inc.php' ); // include edit structure file only when structure_id is known @@ -141,7 +140,7 @@ $gBitSmarty->assign( 'pigeonList', $pigeonList ); $gBitSmarty->assign( 'feedback', !empty( $feedback ) ? $feedback : NULL ); // Get list of available styles -$styles = $tcontrollib->getStyles(); +$styles = $gBitThemes->getStyles( NULL, TRUE ); array_unshift( $styles, '' ); $gBitSmarty->assign( 'styles', $styles ); |
