mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Language-files renamed to match v2.x specifications.
This commit is contained in:
@@ -1071,6 +1071,8 @@ function show_tools()
|
|||||||
|
|
||||||
show_packs();
|
show_packs();
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
if(!vartrue($_SERVER['E_DEV']))
|
if(!vartrue($_SERVER['E_DEV']))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
@@ -18,7 +18,7 @@ if (!getperms('P') || !e107::isInstalled('linkwords'))
|
|||||||
}
|
}
|
||||||
require_once(e_ADMIN.'auth.php');
|
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');
|
define('LW_CACHE_TAG', 'nomd5_linkwords');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user