mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Fixes #3932 Added support for dynamic header/footer templates controlled by theme_shortcodes class.
This commit is contained in:
@@ -2186,6 +2186,8 @@ class e_menu_layout
|
||||
|
||||
$layout = array();
|
||||
|
||||
|
||||
|
||||
foreach($head as $k=>$v)
|
||||
{
|
||||
$template = $head[$k]."\n{---}".$foot[$k];
|
||||
|
Reference in New Issue
Block a user