diff --git a/file/icon/chat1.svg b/file/icon/chat1.svg index 42eb3d0..e8adc13 100644 --- a/file/icon/chat1.svg +++ b/file/icon/chat1.svg @@ -1,111 +1,58 @@ - - + + + + + Chat + Chat Icon (outlined) - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/install.sql b/install.sql index 976592d..dc161c3 100644 --- a/install.sql +++ b/install.sql @@ -32,7 +32,7 @@ CREATE TABLE wcf1_chat_room ( ); DROP TABLE IF EXISTS wcf1_chat_room_suspension; -CREATE TABLE IF NOT EXISTS wcf1_chat_room_suspension ( +CREATE TABLE wcf1_chat_room_suspension ( roomID int(10) NOT NULL, userID int(10) NOT NULL, type tinyint(3) NOT NULL, diff --git a/template/chatCopyright.tpl b/template/chatCopyright.tpl index 04e9ea1..11239c5 100644 --- a/template/chatCopyright.tpl +++ b/template/chatCopyright.tpl @@ -1 +1 @@ -{if $templateName == 'chat'}{lang}wcf.chat.copyright{/lang}{/if} \ No newline at end of file +{if $templateName == 'chat'}{/if} \ No newline at end of file