From dadcc6af33a953de0878e93ebbb881f26a964570 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 20 Sep 2010 10:27:01 +0200 Subject: possibility to config default stylesheet --- not_found.cgi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'not_found.cgi') 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 << < +
+

#{title}

-- cgit v1.2.3