mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Closes #5373 - Bootstrap 5.
This commit is contained in:
@@ -1035,7 +1035,7 @@ e107::css('inline',"
|
||||
public function renderHelp()
|
||||
{
|
||||
$help_text = str_replace("[br]", "<br />", FORLAN_189);
|
||||
$help_text = str_replace(array("[", "]"), array("<a href='".e_ADMIN_ABS."notify.php'>"), $help_text);
|
||||
$help_text = str_replace(array("[", "]"), array("<a href='".e_ADMIN_ABS."notify.php'>", "</a>"), $help_text);
|
||||
|
||||
return array('caption' => LAN_HELP, 'text' => $help_text);
|
||||
}
|
||||
|
Reference in New Issue
Block a user