1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

BC fix user-extended LANs. Change default layout for bootstrap4 theme.

This commit is contained in:
Cameron
2019-04-11 09:52:00 -07:00
parent 5db162b05c
commit 0ac0ab0b21
2 changed files with 8 additions and 2 deletions

View File

@@ -32,8 +32,14 @@ define("UE_LAN_HIDE", "Hide from users");
define("UE_LAN_LOCATION", "Location");
define("UE_LAN_LOCATION_DESC", "User location");
define("UE_LAN_AIM", "AIM Address");
define("UE_LAN_AIM_DESC", "AIM Address");
define("UE_LAN_ICQ", "ICQ Number");
define("UE_LAN_ICQ_DESC", "ICQ Number");
define("UE_LAN_YAHOO", "Yahoo! Address");
define("UE_LAN_YAHOO_DESC", "Yahoo! Address");
define("UE_LAN_MSN", "MSN");
define("UE_LAN_MSN_DESC", "MSN Address");
define("UE_LAN_HOMEPAGE", "Homepage");
define("UE_LAN_HOMEPAGE_DESC", "User homepage (url)");
define("UE_LAN_BIRTHDAY", "Birthday");