From fbe2404607ede11919ec350d1845f1c36a5c4e9c Mon Sep 17 00:00:00 2001 From: "Arun S. Sekher" Date: Sun, 3 Feb 2019 18:41:35 +0400 Subject: [PATCH] Remove {e_PLUGIN}/chatbox_menu/chat_template.php Since PR #3631 merge this file is not used by chat.php to render chat posts. --- e107_plugins/chatbox_menu/chat_template.php | 36 --------------------- 1 file changed, 36 deletions(-) delete mode 100644 e107_plugins/chatbox_menu/chat_template.php 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}
-
-
"; -} - -