1
0
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:
Cameron
2015-11-12 15:07:50 -08:00
parent 9c494d5c13
commit 78efae0cae
3 changed files with 7 additions and 6 deletions

View File

@@ -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 --------------------------------