mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Issue #6 Corrected some LANs
This commit is contained in:
@@ -195,8 +195,9 @@ class adminstyle_infopanel
|
||||
$mainPanel .= "</div>
|
||||
|
||||
</div>";
|
||||
|
||||
$text = $ns->tablerender(ucwords(USERNAME). LAN_CP, $mainPanel, "core-infopanel_mye107",true);
|
||||
|
||||
$caption = $tp->lanVars(LAN_CONTROL_PANEL, ucwords(USERNAME));
|
||||
$text = $ns->tablerender($caption, $mainPanel, "core-infopanel_mye107",true);
|
||||
|
||||
|
||||
// ------------------------------- e107 News --------------------------------
|
||||
|
Reference in New Issue
Block a user