1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

Changed {EXTENDED} shortcode to use LAN_MORE when EXTENDEDSTRING is not defined.

Added LAN_MORE to LAN file.
This commit is contained in:
Moc
2013-05-01 00:10:06 +02:00
parent d164c80dae
commit 70cabd4669
2 changed files with 7 additions and 10 deletions

View File

@@ -44,6 +44,7 @@ define('CORE_LAN_MB', 'MB');
define('CORE_LAN_GB', 'GB');
define('CORE_LAN_TB', 'TB');
define('LAN_MORE', 'More..');
define('LAN_WARNING', 'Warning!');
define('LAN_ERROR', 'Error');