]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/location-block.cgi
Hardcode theme to ipfire
[ipfire-2.x.git] / html / cgi-bin / location-block.cgi
index 5bd70dfb5d9038234d0c930163f09b567eda9528..df3f397a6ab11a846856494de682061e03a5c584 100644 (file)
@@ -42,7 +42,7 @@ my %cgiparams = ();
 &General::readhash("$settingsfile", \%settings);
 
 &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);
 
 &Header::showhttpheaders();