mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 09:10:23 +02:00
Issue #6 - Moved LAN_TYPE, LAN_DESCRIPTION, LAN_FILE from lan_admin.php (and added LAN_COMMENTS) to global English.php file.
This commit is contained in:
@@ -83,7 +83,10 @@ define("LAN_LOGIN", "Login");
|
||||
define("LAN_LOGOUT", "Logout");
|
||||
define("LAN_SETTINGS", "Settings");
|
||||
define("LAN_PASSWORD", "Password");
|
||||
|
||||
define("LAN_TYPE", "Type");
|
||||
define("LAN_DESCRIPTION", "Description");
|
||||
define("LAN_FILE", "File");
|
||||
define("LAN_COMMENTS", "Comments");
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user