Files
winix/winixd/html/fun_run.html
Tomasz Sowa 9d65d931d0 moved some ezc functions from templates/item.cpp to Item and ItemContent
removed: templates/item.cpp
updated: some html templates which use [item] or [item_tab]
removed some old html templates: item_info.html and itam_tab_info.html
2021-07-06 21:52:29 +02:00

8 lines
91 B
HTML

[if item.content.type_is "other"][item.run][else]
<div>
[item.execute]
</div>
[end]