blob: b478495c348e16e3ee22b9a23c29dbf7617cbe73 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<% local form, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
html = require("acf.html")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
<% htmlviewfunctions.displayitem(form, 1, page_info) %>
|