1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 20:21:51 +02:00

Merge pull request #4873 from Jimmi08/patch-4

Fixes #4872 Add support for wrapper in custom menus
This commit is contained in:
Cameron 2022-09-29 12:21:25 -07:00 committed by GitHub
commit a1f6de6a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -650,7 +650,7 @@ class e_menu
{
$template = e107::getCoreTemplate('menu',$page['menu_template'],true,true); // override and merge required. ie. when menu template is not in the theme, but only in the core.
$page_shortcodes = e107::getScBatch('page',null,'cpage');
$page_shortcodes->setVars($page);
$page_shortcodes->setVars($page)->wrapper('menu/'.$page['menu_template'] );
$head = $tp->parseTemplate($template['start'], true, $page_shortcodes);
$foot = $tp->parseTemplate($template['end'], true, $page_shortcodes);