]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/ipblocklist.cgi
ipblocklist.cgi: Theme fix
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / ipblocklist.cgi
index 431ff1a37b05dbed2eda427502ec81860e7a9e44..bb438129c94ce9013ffc2008c694fc41abbda5ed 100644 (file)
@@ -62,7 +62,7 @@ my %settings = (
 # Read all parameters
 &Header::getcgihash( \%cgiparams);
 &General::readhash( "${General::swroot}/main/settings", \%mainsettings );
-&General::readhash( "/srv/web/ipfire/html/themes/".$mainsettings{'THEME'}."/include/colors.txt", \%color );
+&General::readhash("/srv/web/ipfire/html/themes/ipfire/include/colors.txt", \%color);
 
 # Get list of supported blocklists.
 my @blocklists = &IPblocklist::get_blocklists();