1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Newspost administration - work in progress (BROKEN, almost there);

overall admin related improvements
This commit is contained in:
secretr
2009-01-15 15:42:24 +00:00
parent e804cd28e9
commit 575ba728ee
14 changed files with 529 additions and 384 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/ren_help.php,v $
| $Revision: 1.8 $
| $Date: 2009-01-07 15:40:06 $
| $Revision: 1.9 $
| $Date: 2009-01-15 15:42:24 $
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
@@ -83,7 +83,7 @@ function display_help($tagid="helpb", $mode = 1, $addtextfunc = "addtext", $help
if(is_readable(e_FILE."shortcode/batch/bbcode_shortcodes.php"))
{
require_once(e_FILE."shortcode/batch/bbcode_shortcodes.php");
return $tp->parseTemplate($BBCODE_TEMPLATE, FALSE, $bbcode_shortcodes);
return $tp->parseTemplate($BBCODE_TEMPLATE);
}
else
{