Skip to content

Commit

Permalink
Merge pull request #4850 from Jimmi08/patch-1
Browse files Browse the repository at this point in the history
Fixes #4849 Add support for wrappers in contact menu
  • Loading branch information
CaMer0n authored Sep 29, 2022
2 parents 2de2336 + 0b71c5a commit 0cf5768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e107_plugins/contact/contact_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@


$template = e107::getCoreTemplate('contact','menu');
$contact_shortcodes = e107::getScBatch('contact');
$contact_shortcodes = e107::getScBatch('contact');
$contact_shortcodes->wrapper('contact/menu');
$text = e107::getParser()->parseTemplate($head. $template . $foot, true, $contact_shortcodes);


Expand Down

0 comments on commit 0cf5768

Please sign in to comment.