1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00
This commit is contained in:
Cameron 2018-01-19 11:50:18 -08:00
parent 3ef44e3d91
commit 3c41e83227

@ -27,7 +27,7 @@ else
require_once(e_PLUGIN.'online/online_shortcodes.php');
}
if(deftrue('BOOTSTRAP'))
if(THEME_LEGACY !== true)
{
$LASTSEEN_TEMPLATE = e107::getTemplate('online','online_menu', 'lastseen'); // $ONLINE_MENU_TEMPLATE['lastseen'];
}