1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Lastseen template path fix.

This commit is contained in:
Cameron
2016-04-28 13:20:05 -07:00
parent 3a74aea669
commit 0312b63e71

View File

@@ -29,7 +29,7 @@ else
if(deftrue('BOOTSTRAP')) if(deftrue('BOOTSTRAP'))
{ {
$LASTSEEN_TEMPLATE = e107::getTemplate('online','lastseen'); // $ONLINE_MENU_TEMPLATE['lastseen']; $LASTSEEN_TEMPLATE = e107::getTemplate('online','online_menu', 'lastseen'); // $ONLINE_MENU_TEMPLATE['lastseen'];
} }
else else
{ {