diff options
| -rw-r--r-- | edit.php | 5 | ||||
| -rw-r--r-- | templates/edit_article.tpl | 4 |
2 files changed, 1 insertions, 8 deletions
@@ -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' ); diff --git a/templates/edit_article.tpl b/templates/edit_article.tpl index 5e32ab7..b57f9e4 100644 --- a/templates/edit_article.tpl +++ b/templates/edit_article.tpl @@ -189,10 +189,6 @@ {/jstabs} {/form} - - <br /><br /> - {include file="bitpackage:liberty/edit_help_inc.tpl"} - </div><!-- end .body --> </div><!-- end .article --> {/strip} |
