From ae8649c0343d8e5da7713dd2e339602fe1821dcc Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 26 Jun 2012 12:13:53 -0400 Subject: [PATCH] Added 404 page. --- themes/vufind/root/templates/error/404.phtml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 themes/vufind/root/templates/error/404.phtml diff --git a/themes/vufind/root/templates/error/404.phtml b/themes/vufind/root/templates/error/404.phtml new file mode 100644 index 00000000000..44f590cdfbd --- /dev/null +++ b/themes/vufind/root/templates/error/404.phtml @@ -0,0 +1,2 @@ +<h1><?=$this->transEsc('An error has occurred')?></h1> +<h2><?=$this->transEsc($this->message)?></h2> \ No newline at end of file -- GitLab