mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +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;
|
$BBCODE_TEMPLATE = $template;
|
||||||
$template = 'comment';
|
$template = 'comment';
|
||||||
}
|
}
|
||||||
else
|
elseif(ADMIN_AREA)
|
||||||
|
{
|
||||||
|
$BBCODE_TEMPLATE = $BBCODE_TEMPLATE_ADMIN;
|
||||||
|
}
|
||||||
|
else // Front-end
|
||||||
{
|
{
|
||||||
$BBCODE_TEMPLATE = $BBCODE_TEMPLATE;
|
$BBCODE_TEMPLATE = $BBCODE_TEMPLATE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user