diff --git a/e107_plugins/contact/contact_menu.php b/e107_plugins/contact/contact_menu.php index 67e11fd95..0615e41e4 100644 --- a/e107_plugins/contact/contact_menu.php +++ b/e107_plugins/contact/contact_menu.php @@ -29,7 +29,8 @@ $range = range(00,24); $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);