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

Bug #4161 - partial fix for popup issue.

This commit is contained in:
CaMer0n
2007-11-13 07:54:33 +00:00
parent 607775b955
commit 88d6f9064c
3 changed files with 18 additions and 11 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/ren_help.php,v $
| $Revision: 1.3 $
| $Date: 2007-08-16 19:30:49 $
| $Author: e107steved $
| $Revision: 1.4 $
| $Date: 2007-11-13 07:54:30 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -65,6 +65,7 @@ function display_help($tagid="helpb", $mode = 1, $addtextfunc = "addtext", $help
}
$temp['news'] = $BBCODE_TEMPLATE_NEWSPOST;
$temp['submitnews'] = $BBCODE_TEMPLATE_SUBMITNEWS;
$temp['extended'] = $BBCODE_TEMPLATE_NEWSPOST;
$temp['admin'] = $BBCODE_TEMPLATE_ADMIN;
$temp['mailout'] = $BBCODE_TEMPLATE_ADMIN."{BB=shortcode}";