ipfire theme: Show hostname in title by default.

This commit is contained in:
Michael Tremer
2014-01-05 19:36:06 +01:00
parent dd2ef3b237
commit fe9f758815
2 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ print <<END
<div id="logo">
END
;
if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') {
if ($settings{'WINDOWWITHHOSTNAME'} ne 'off') {
print "<h1>$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}</h1>";
} else {
print "<h1>IPFire</h1>";