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

CoreTemplate tests. FPW BC constant fix.

This commit is contained in:
Cameron
2021-01-11 18:05:29 -08:00
parent 1d8df4c150
commit 56f8389417
14 changed files with 485 additions and 480 deletions

View File

@@ -5,8 +5,10 @@
* Language file - Search
*
*/
define("PAGE_NAME", "Search");
if(!defined('PAGE_NAME')) // TODO fix me
{
define("PAGE_NAME", "Search");
}
define("LAN_140", "Members");
// define("LAN_180", "Search");