]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/captive/index.cgi
captive: Allow selecting highlight colour in web interface
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / captive / index.cgi
index 932467eb296abaa4bd190a57a26ade4ce0ca2e1f..4e0963dd47f4a17274dfdf4cdab3aaeb6dd7659c 100755 (executable)
@@ -148,6 +148,7 @@ if ($settings{'AUTH'} eq "VOUCHER") {
 }
 
 $tmpl->param(TITLE => $settings{'TITLE'});
+$tmpl->param(COLOR => $settings{'COLOR'});
 $tmpl->param(ERROR => $errormessage);
 
 $tmpl->param(TAC => &gettac());