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

Language-files renamed to match v2.x specifications.

This commit is contained in:
Cameron
2015-01-31 14:22:54 -08:00
parent 1bae45f824
commit 76e7a9fef2
8 changed files with 3 additions and 1 deletions

View File

@@ -1071,6 +1071,8 @@ function show_tools()
show_packs();
return;
if(!vartrue($_SERVER['E_DEV']))
{
return;

View File

@@ -18,7 +18,7 @@ if (!getperms('P') || !e107::isInstalled('linkwords'))
}
require_once(e_ADMIN.'auth.php');
e107::lan('linkwords', e_LANGUAGE."_admin_linkwords.php"); // e_PLUGIN.'linkwords/languages/'.e_LANGUAGE.'_admin_linkwords.php'
e107::lan('linkwords', true); // e_PLUGIN.'linkwords/languages/'.e_LANGUAGE.'_admin.php'
define('LW_CACHE_TAG', 'nomd5_linkwords');