diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-02 10:32:22 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-02 10:32:22 +0000 |
| commit | 2e9e6b67275225b87abedb591a2d1be3d3c94a78 (patch) | |
| tree | 262084c04d1f62cdc81bec4dd044074a4bbb2089 /edit.php | |
| parent | 6e86c445da391cad59f768c70a1d0587a97dd2af (diff) | |
| download | articles-2e9e6b67275225b87abedb591a2d1be3d3c94a78.tar.gz articles-2e9e6b67275225b87abedb591a2d1be3d3c94a78.tar.bz2 articles-2e9e6b67275225b87abedb591a2d1be3d3c94a78.zip | |
more detikification, moved content_templates related code to themes/BitTemplates.php, moved kernel/comm_lib.php to xmlrpc/
Diffstat (limited to 'edit.php')
| -rw-r--r-- | edit.php | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.19 2006/01/27 21:54:47 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.20 2006/02/02 10:32:22 squareing Exp $ * @package article * @subpackage functions */ @@ -90,11 +90,6 @@ $gBitSmarty->assign_by_ref( 'topics', $topics ); $types = BitArticleType::getTypeList(); $gBitSmarty->assign_by_ref( 'types', $types ); -/*if ( $gBitSystem->isFeatureActive( 'feature_cms_templates' ) && $gBitUser->hasPermission( 'bit_p_use_content_templates ) ) { - $templates = $tikilib->list_templates( 'cms', 0, -1, 'name_asc', '' ); -}*/ -$gBitSmarty->assign_by_ref( 'templates', $templates["data"] ); - // WYSIWYG and Quicktag variable $gBitSmarty->assign( 'textarea_id', 'editarticle' ); |
