diff options
author | friendica <info@friendica.com> | 2014-02-01 00:54:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-01 00:54:20 -0800 |
commit | d14afc0ee442a2ba4013c193fa80917026bb6111 (patch) | |
tree | 48ba50be8f106acddfcf7ee874c003e07a7a766d /view/tpl | |
parent | 33f3cd3d4a5935422f5ef910390263c6928e5c57 (diff) | |
download | volse-hubzilla-d14afc0ee442a2ba4013c193fa80917026bb6111.tar.gz volse-hubzilla-d14afc0ee442a2ba4013c193fa80917026bb6111.tar.bz2 volse-hubzilla-d14afc0ee442a2ba4013c193fa80917026bb6111.zip |
provide the room name for the room you're in.
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/chat.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl index 420430550..eda1f83af 100644 --- a/view/tpl/chat.tpl +++ b/view/tpl/chat.tpl @@ -1,3 +1,4 @@ +<h1>{{$room_name}}</h1> <div id="chatContainer" style="height: 100%; width: 100%;"> <div id="chatTopBar" style="float: left; height: 400px; width: 650px; overflow-y: auto;"> |