diff --git a/template/chat.tpl b/template/chat.tpl index 8164234..746a643 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -7,7 +7,6 @@ {include file='javascriptInclude' application='chat'} @@ -84,72 +88,74 @@ -{capture assign='sidebar'}{include application='chat' file='sidebar'}{/capture} -{capture assign='headerNavigation'}{include application='chat' file='navigationInclude'}{/capture} -{include file='header' sandbox=false sidebarOrientation='right'} - -
-
{$room->topic|language}
-
- - -
- -
-
-
-
- - -
-
-
-
- -
- {if MODULE_SMILEY} -
- {include file='messageFormSmilies' wysiwygSelector=''} -
- {/if} - +
+ +
+
+
+
+ + +
+
+
+
+ +
+ {if MODULE_SMILEY} +
+ {include file='messageFormSmilies' wysiwygSelector=''} +
+ {/if} + +
- -{include file='footer' sandbox=false} + + {include file='footer' sandbox=false} diff --git a/template/javascriptInclude.tpl b/template/javascriptInclude.tpl index efaabb7..4177af0 100644 --- a/template/javascriptInclude.tpl +++ b/template/javascriptInclude.tpl @@ -1,4 +1,4 @@ - + {if CHAT_SOCKET_IO_PATH}{/if} - + {event name='javascript'} \ No newline at end of file