summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-14 14:50:34 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-14 14:50:34 +0000
commit870fbdcce73124b63ddc9a7f9db223ac9ad74589 (patch)
treef090fd01f88ad727b57fba4d3f63ca7fa8e3d211 /edit.php
parentc32c1fa2e7e1665dbe3ce45f7ee2908e97771ab5 (diff)
downloadarticles-870fbdcce73124b63ddc9a7f9db223ac9ad74589.tar.gz
articles-870fbdcce73124b63ddc9a7f9db223ac9ad74589.tar.bz2
articles-870fbdcce73124b63ddc9a7f9db223ac9ad74589.zip
edit help is now taken care of by services. this means that there is no need for inclusion of edit help anywhere as long as services are called on edit pages and service tabs are included in edit tpl. help is included when {textarea} is in use. if you need to disable it set: display_help_tab=0 when calling the service tabs. edit help has also undergone a facelift.
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/edit.php b/edit.php
index dab479c..e25a7be 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.39 2007/07/10 18:58:22 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.40 2007/07/14 14:50:34 squareing Exp $
* @package article
* @subpackage functions
*/
@@ -15,9 +15,6 @@
require_once( '../bit_setup_inc.php' );
require_once( ARTICLES_PKG_PATH . 'BitArticle.php' );
-// get plugin help
-include_once( LIBERTY_PKG_PATH.'edit_help_inc.php' );
-
// Is package installed and enabled
$gBitSystem->verifyPackage( 'articles' );