diff --git a/e107_plugins/chatbox_menu/chat_template.php b/e107_plugins/chatbox_menu/chat_template.php deleted file mode 100644 index 48a7f8f98..000000000 --- a/e107_plugins/chatbox_menu/chat_template.php +++ /dev/null @@ -1,36 +0,0 @@ -"; -} - -if(empty($CHAT_TABLE)) -{ - //TODO review bullet - $CHAT_TABLE = ""; - -} - - - -if(empty($CHAT_TABLE_END)) -{ - $CHAT_TABLE_END = " -
-
-
- {CHAT_TABLE_NICK} ".CHATBOX_L22." {CHAT_TABLE_DATESTAMP} -
-
{CHAT_TABLE_MESSAGE}
-
-
"; -} - -