diff options
Diffstat (limited to 'weblog-config-html.lsp')
-rw-r--r-- | weblog-config-html.lsp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/weblog-config-html.lsp b/weblog-config-html.lsp deleted file mode 100644 index 4d47c13..0000000 --- a/weblog-config-html.lsp +++ /dev/null @@ -1,9 +0,0 @@ -<% local form, viewlibrary, page_info = ... -require("htmlviewfunctions") -html = require("acf.html") -%> - -<H1><%= html.html_escape(form.label) %></H1> -<% - htmlviewfunctions.displayform(form, nil, nil, page_info, 2) -%> |