mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Update form_handler.php
Add bbcodes support.
This commit is contained in:
@@ -1028,9 +1028,9 @@ class e_form
|
|||||||
|
|
||||||
if(ADMIN)
|
if(ADMIN)
|
||||||
{
|
{
|
||||||
$EAVATAR = "<b>".e_AVATAR_DEFAULT."</b>";
|
$EAVATAR = "".e_AVATAR_DEFAULT."";
|
||||||
$text .= "<div class='alert alert-danger'>";
|
$text .= "<div class='alert alert-danger'>";
|
||||||
$text .= e107::getParser()->lanVars(LAN_EFORM_006, array('x'=>$EAVATAR));
|
$text .= e107::getParser()->lanVars(e107::getParser()->toHTML(LAN_EFORM_006, true), array('x'=>$EAVATAR));
|
||||||
$text .= "</div>";
|
$text .= "</div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user