- commented out using mount_page_arg_is "subject" and "info" from fun_cat.html and fun_run.html - they will be removed soon - some improvements in fun_reply.html, fun_showthreads.html and fun_thread.html (scrolling)
20 lines
258 B
HTML
20 lines
258 B
HTML
[if item_content_type_is "other"][item_run][else]
|
|
|
|
<div>
|
|
|
|
[if false]
|
|
[if mount_page_arg_is "subject"]
|
|
<h1>[item_subject]</h1>
|
|
[end]
|
|
|
|
[if mount_page_arg_is "info"]
|
|
[include "item_info.html"]
|
|
[end]
|
|
[end]
|
|
|
|
[item_run]
|
|
|
|
</div>
|
|
|
|
[end]
|