diff options
Diffstat (limited to 'view/tpl/rbmark.tpl')
-rw-r--r-- | view/tpl/rbmark.tpl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/view/tpl/rbmark.tpl b/view/tpl/rbmark.tpl deleted file mode 100644 index bead1de2f..000000000 --- a/view/tpl/rbmark.tpl +++ /dev/null @@ -1,16 +0,0 @@ -<h3>{{$header}}</h3> - - -<form action="rbmark" method="post" > - -<input type="hidden" name="private" value="{{$private}}" /> -<input type="hidden" name="ischat" value="{{$ischat}}" /> - -{{include file="field_input.tpl" field=$url}} -{{include file="field_input.tpl" field=$title}} -{{include file="field_select.tpl" field=$menus}} -{{include file="field_input.tpl" field=$menu_name}} - -<input type="submit" name="submit" value="{{$submit}}" /> - -</form> |