streams/view/tpl/chatroom_new.tpl

13 lines
222 B
Smarty
Raw Normal View History

2014-01-30 05:29:48 +00:00
<h1>{{$header}}</h1>
<form action="chat" method="post" >
{{include file="field_input.tpl" field=$name}}
<br />
<br />
{{$acl}}
<div class="clear"></div>
<input type="submit" name="submit" value="{{$submit}}" />
</form>