aboutsummaryrefslogtreecommitdiff
path: root/not_found.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-09-20 10:27:01 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-09-20 10:27:01 +0200
commitdadcc6af33a953de0878e93ebbb881f26a964570 (patch)
treefaa8782df93fb1ba3f8b0f8a3c8e5957f10737a5 /not_found.cgi
parentd749ae2bf93d4a0665e1c87a6f85050ab9db81dc (diff)
possibility to config default stylesheet
Diffstat (limited to 'not_found.cgi')
-rwxr-xr-xnot_found.cgi5
1 files changed, 4 insertions, 1 deletions
diff --git a/not_found.cgi b/not_found.cgi
index a75febe..a22d081 100755
--- a/not_found.cgi
+++ b/not_found.cgi
@@ -25,7 +25,7 @@ GetText.bindtextdomain("dudle",:path => "./locale/")
title = _("Poll Not Found")
$h = HTML.new(title)
-$h.add_css("/default.css","default",true)
+$h.add_css("/#{DEFAULT_CSS}","default",true)
str = [_("The requested Poll was not found."),
_("There are several reasons, why a Poll is deleted:"),
_("Somebody klicked on “Delete Poll” and deleted the poll manually."),
@@ -34,6 +34,9 @@ str = [_("The requested Poll was not found."),
_("Return to dudle home and Schedule a new Poll")]
$h << <<END
+<div id='header1'></div>
+<div id='header2'></div>
+<div id='header3'></div>
<div id='main'>
<div id='content'>
<h1>#{title}</h1>