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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user