summaryrefslogtreecommitdiffstats
path: root/app/dispatcherror-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-03-03 22:12:09 +0000
committerTed Trask <ttrask01@yahoo.com>2014-03-03 22:12:09 +0000
commit14e124d2ebb81bb6e3f6af0b13326339c48ced4b (patch)
tree9d1bda76d4634c5852a34ce646bb0ff123add3ee /app/dispatcherror-html.lsp
parenta29dfc6a49adaf2b9cbf348995e07aeeb4041cbf (diff)
downloadacf-core-14e124d2ebb81bb6e3f6af0b13326339c48ced4b.tar.bz2
acf-core-14e124d2ebb81bb6e3f6af0b13326339c48ced4b.tar.xz
Change HTML views to use htmlviewfunctions.displayheader
Diffstat (limited to 'app/dispatcherror-html.lsp')
-rw-r--r--app/dispatcherror-html.lsp3
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>