mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Lastseen template path fix.
This commit is contained in:
@@ -29,7 +29,7 @@ else
|
||||
|
||||
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user