mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -155,4 +155,3 @@ function admin_chatbox_adminmenu()
|
||||
}
|
||||
|
||||
|
||||
?>
|
@@ -45,4 +45,3 @@ class chatbox_menu_dashboard // include plugin-folder in the name.
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -8,4 +8,3 @@ if(vartrue($eMenuActive['chatbox_menu']) && ($pref['cb_layer']==2))
|
||||
}
|
||||
|
||||
|
||||
?>
|
@@ -74,4 +74,3 @@ class list_chatbox_menu
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -92,4 +92,3 @@ class chatbox_menu_search extends e_search // include plugin-folder in the name.
|
||||
//Old v1.
|
||||
// $search_info[] = array('sfile' => e_PLUGIN.'chatbox_menu/search/search_parser.php', 'qtype' => CB_SCH_LAN_1, 'refpage' => 'chat.php', 'advanced' => e_PLUGIN.'chatbox_menu/search/search_advanced.php');
|
||||
|
||||
?>
|
@@ -44,4 +44,3 @@ define("CHATBOX_L24", "You do not have the correct permissions to view this page
|
||||
define("CHATBOX_L25", "[ this post has been blocked by admin ]");
|
||||
|
||||
define("LAN_CHATBOX_100", "Type your message here.");
|
||||
?>
|
@@ -21,4 +21,3 @@ define("NT_LAN_CB_3", "Posted by");
|
||||
define("NT_LAN_CB_5", "Message");
|
||||
define("NT_LAN_CB_6", "Chatbox Message Posted");
|
||||
|
||||
?>
|
@@ -58,4 +58,3 @@ define("CHBLAN_42", "Show amount of posts in user profile");
|
||||
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user