diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-05-31 18:02:56 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-05-31 18:02:56 +0000 |
| commit | bfbe8fb398e252ea50209e169d61d2a8cf42b9ec (patch) | |
| tree | 0740e0fab61dc2374dc30a56e1395cf1b1faf62d /edit_pigeonholes.php | |
| parent | ea48702ce53d931a4ea540b662cdd51d50bb4584 (diff) | |
| download | pigeonholes-bfbe8fb398e252ea50209e169d61d2a8cf42b9ec.tar.gz pigeonholes-bfbe8fb398e252ea50209e169d61d2a8cf42b9ec.tar.bz2 pigeonholes-bfbe8fb398e252ea50209e169d61d2a8cf42b9ec.zip | |
need to include contentTypes in the template
Diffstat (limited to 'edit_pigeonholes.php')
| -rw-r--r-- | edit_pigeonholes.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php index cb30965..2dd04bb 100644 --- a/edit_pigeonholes.php +++ b/edit_pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.19 2006/04/11 13:07:41 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.20 2006/05/31 18:02:56 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.19 2006/04/11 13:07:41 squareing Exp $ + * $Id: edit_pigeonholes.php,v 1.20 2006/05/31 18:02:56 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -154,6 +154,7 @@ foreach( $contentList['data'] as $cItem ) { $cList[$contentTypes[$cItem['content_type_guid']]][$cItem['content_id']] = $cItem['title'].' [id: '.$cItem['content_id'].']'; } $gBitSmarty->assign( 'contentList', $cList ); +$gBitSmarty->assign( 'contentTypes', $contentTypes ); $gBitSmarty->assign( 'contentSelect', $contentSelect ); $listHash['root_structure_id'] = !empty( $gContent->mInfo['root_structure_id'] ) ? $gContent->mInfo['root_structure_id'] : NULL; |
