1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 05:31:58 +02:00

Fixed: issue

This commit is contained in:
lonalore 2016-09-20 13:34:08 +02:00
parent 120949be04
commit bc75b8ccbd

@ -25,6 +25,7 @@ include_lan(e_PLUGIN.'online/languages/'.e_LANGUAGE.'.php');
require_once(e_PLUGIN.'online/online_shortcodes.php');
$mode = empty($menu_pref['online_show_memberlist_extended']) ? 'default' : 'extended';
$online_shortcodes = new online_shortcodes;
$online_shortcodes->wrapper('online_menu/'.$mode);
if(deftrue('BOOTSTRAP'))