mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
#6 - LAN clean-up (HTML removal, double quotes, generic) - done upto lan_lx
This commit is contained in:
@@ -476,11 +476,11 @@ class admin_shortcodes
|
||||
$str = str_replace('.', '', ADMINPERMS);
|
||||
if (ADMINPERMS == '0')
|
||||
{
|
||||
return '<b>'.ADLAN_48.':</b> '.ADMINNAME.' ('.ADLAN_49.') '.( defined('e_DBLANGUAGE') ? '<b>'.LAN_head_5.'</b> '.e_DBLANGUAGE : '' );
|
||||
return '<b>'.ADLAN_48.':</b> '.ADMINNAME.' ('.ADLAN_49.') '.( defined('e_DBLANGUAGE') ? '<b>'.LAN_head_5.'</b>: '.e_DBLANGUAGE : '' );
|
||||
}
|
||||
else
|
||||
{
|
||||
return '<b>'.ADLAN_48.':</b> '.ADMINNAME.' '.( defined('e_DBLANGUAGE') ? '<b>'.LAN_head_5.'</b> '.e_DBLANGUAGE : '' );
|
||||
return '<b>'.ADLAN_48.':</b> '.ADMINNAME.' '.( defined('e_DBLANGUAGE') ? '<b>'.LAN_head_5.'</b>: '.e_DBLANGUAGE : '' );
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user