1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +02:00

PHPDoc fixes and code optimization.

This commit is contained in:
Cameron
2021-12-03 14:58:33 -08:00
parent aff6daf590
commit 0d8f3e9086
73 changed files with 241 additions and 210 deletions

View File

@@ -2589,7 +2589,7 @@ class e_mm_layout
foreach($head as $k => $v)
{
$template = $head[$k] . "\n{---}" . $foot[$k];
$template = $v . "\n{---}" . $foot[$k];
$layout['templates'][$k] = $template;
$layout['menus'][$k] = self::countMenus($template, $k);
}