mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Update form_handler.php
Add bbcodes support.
This commit is contained in:
parent
d00148af8c
commit
4eca0c5fe2
@ -1028,9 +1028,9 @@ class e_form
|
||||
|
||||
if(ADMIN)
|
||||
{
|
||||
$EAVATAR = "<b>".e_AVATAR_DEFAULT."</b>";
|
||||
$EAVATAR = "".e_AVATAR_DEFAULT."";
|
||||
$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>";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user