summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-14 14:52:33 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-14 14:52:33 +0000
commit32fd4aba1f0d49e19d07c4ea1a7e67edd114ad91 (patch)
tree59b8899e20fc9897f05adb2e9679d463eb815197 /edit.php
parentcd2cc28c1122d4d0c2d5fa8490db7f92193e0272 (diff)
downloadwiki-32fd4aba1f0d49e19d07c4ea1a7e67edd114ad91.tar.gz
wiki-32fd4aba1f0d49e19d07c4ea1a7e67edd114ad91.tar.bz2
wiki-32fd4aba1f0d49e19d07c4ea1a7e67edd114ad91.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.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/edit.php b/edit.php
index 21126c4..d7d0149 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.39 2007/07/10 19:03:16 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.40 2007/07/14 14:52:33 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.php,v 1.39 2007/07/10 19:03:16 squareing Exp $
+ * $Id: edit.php,v 1.40 2007/07/14 14:52:33 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -17,9 +17,7 @@
* required setup
*/
require_once( '../bit_setup_inc.php' );
-
include_once( WIKI_PKG_PATH.'BitBook.php' );
-include_once( LIBERTY_PKG_PATH.'edit_help_inc.php' );
$gBitSystem->verifyPackage( 'wiki' );