mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Corrected default bbcode-button template used in admin area.
This commit is contained in:
@@ -522,7 +522,11 @@ class e_bbcode
|
||||
$BBCODE_TEMPLATE = $template;
|
||||
$template = 'comment';
|
||||
}
|
||||
else
|
||||
elseif(ADMIN_AREA)
|
||||
{
|
||||
$BBCODE_TEMPLATE = $BBCODE_TEMPLATE_ADMIN;
|
||||
}
|
||||
else // Front-end
|
||||
{
|
||||
$BBCODE_TEMPLATE = $BBCODE_TEMPLATE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user