mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
More language-file cleanup
This commit is contained in:
@@ -346,7 +346,7 @@ if(!$text = $e107cache->retrieve("nq_chatbox"))
|
||||
|
||||
|
||||
|
||||
$caption = (file_exists(THEME."images/chatbox_menu.png") ? "<img src='".THEME_ABS."images/chatbox_menu.png' alt='' /> ".CHATBOX_L2 : CHATBOX_L2);
|
||||
$caption = (file_exists(THEME."images/chatbox_menu.png") ? "<img src='".THEME_ABS."images/chatbox_menu.png' alt='' /> ".LAN_PLUGIN_CHATBOX_MENU_NAME : CHATBOX_L2);
|
||||
|
||||
if($pref['cb_layer'] == 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user