1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Code clean-up (globals, $e107->, $mes, headers)

This commit is contained in:
Moc
2013-03-24 13:07:15 +01:00
parent fd4fff52d4
commit 8d6d54a38f
12 changed files with 157 additions and 182 deletions

View File

@@ -107,6 +107,6 @@ $text .= "
<div id='docs-bottom-nav'><!-- --></div>
";
$e107->ns->tablerender(LAN_DOCS, $text, 'docs');
$ns->tablerender(LAN_DOCS, $text, 'docs');
require_once("footer.php");
?>