]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/html/themes/ipfire/include/functions.pl
Squidupdate und QoS-Fix.
[people/pmueller/ipfire-2.x.git] / html / html / themes / ipfire / include / functions.pl
index 8956b8297d6d5e45c90d90fa2cf30013073c4386..78127c0de8b4beab54691660a786581fc40c85b8 100644 (file)
@@ -166,7 +166,14 @@ END
        <div id="header_inner" class="fixed">
 
                <div id="logo">
-                       <h1><span>IPFire</span></h1><br />
+END
+;
+    if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') {
+        print "<h1><span>$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}</span></h1><br />"; 
+    } else {
+                               print "<h1><span>IPFire</span></h1><br />";
+               }
+               print <<END
                        <h2>$h2</h2>
                </div>