diff options
Diffstat (limited to 'app/dispatcherror-html.lsp')
-rw-r--r-- | app/dispatcherror-html.lsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/dispatcherror-html.lsp b/app/dispatcherror-html.lsp index cb23637..fc8d4c5 100644 --- a/app/dispatcherror-html.lsp +++ b/app/dispatcherror-html.lsp @@ -1,4 +1,5 @@ <% view, viewlibrary, page_info = ... %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <style type="text/css"> @@ -28,6 +29,6 @@ }); </script> -<h1>Alpine Configuration Framework</h1> +<% htmlviewfunctions.displayheader(cfe({label="Alpine Configuration Framework"}), page_info) %> <p class="errordetail">Dispatch error occured</p> <p class="hiddendetail">'<%= html.html_escape(view.controller) %>' does not have a '<%= html.html_escape(view.action) %>' action.</p> |