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 --- authorization_required.cgi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'authorization_required.cgi') diff --git a/authorization_required.cgi b/authorization_required.cgi index 9d2303a..7f2ff4b 100755 --- a/authorization_required.cgi +++ b/authorization_required.cgi @@ -41,10 +41,13 @@ else GetText.bindtextdomain("dudle",:path => "./locale/") title = _("Authorization Required") $h = HTML.new(title) - $h.add_css("/default.css","default",true) + $h.add_css("/#{DEFAULT_CSS}","default",true) returnstr = _("Return to dudle home and Schedule a new Poll") authstr = _("You have to authorize in order to request this page!") $h << < +
+

#{title}

-- cgit v1.2.3