summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-02 10:32:22 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-02 10:32:22 +0000
commit2e9e6b67275225b87abedb591a2d1be3d3c94a78 (patch)
tree262084c04d1f62cdc81bec4dd044074a4bbb2089 /edit.php
parent6e86c445da391cad59f768c70a1d0587a97dd2af (diff)
downloadarticles-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.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/edit.php b/edit.php
index bc0ee37..7ddb329 100644
--- a/edit.php
+++ b/edit.php
@@ -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' );