1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Plugin script tests and PHP8 fixes.

This commit is contained in:
Cameron
2021-01-22 13:44:10 -08:00
parent 4b0edad459
commit acc1a9af0d
62 changed files with 799 additions and 1849 deletions

View File

@@ -37,11 +37,11 @@ if (e_QUERY)
}
if ($action == 'top')
{
define('e_PAGETITLE', LAN_8);
}
e107::title(LAN_8);
}
elseif ($action == 'active')
{
define('e_PAGETITLE', LAN_7);
e107::title(LAN_7);
}
else
{