Link the IPFire logo to ipfire.org

Signed-off-by: Lars Schuhmacher <larsen007@web.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Larsen
2015-06-09 22:00:30 +02:00
committed by Michael Tremer
parent 60f8111d53
commit a2069a37b8
5 changed files with 7 additions and 6 deletions

View File

@@ -227,7 +227,7 @@ 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 "<h1><span><a href='http://www.ipfire.org' style='text-decoration: none;'>-= IPFire =-</a></span></h1><br />";
}
print <<END
<h2>+ $h2 +</h2>

View File

@@ -227,7 +227,7 @@ 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 "<h1><span><a href='http://www.ipfire.org' style='text-decoration: none;'>IPFire</a></span></h1><br />";
}
print <<END
<h2>$h2</h2>

View File

@@ -115,7 +115,6 @@ iframe {
#logo {
height: 65px;
margin-top: 1em;
background: url('../../images/tux2.png') no-repeat;
}
#logo h1 {

View File

@@ -152,12 +152,14 @@ print <<END
<body>
<div id="header" class="fixed">
<div id="logo">
<a href="http://www.ipfire.org" style="text-decoration: none;">
<img src="/themes/ipfire/images/tux2.png" style="float:left; margin-left: -3px; margin-top: -3px;"/>
END
;
if ($settings{'WINDOWWITHHOSTNAME'} ne 'off') {
print "<h1>$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}</h1>";
print "</a><h1>$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}</h1>";
} else {
print "<h1>IPFire</h1>";
print "<h1>IPFire</h1></a>";
}
print <<END

View File

@@ -227,7 +227,7 @@ 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 "<h1><span><a href='http://www.ipfire.org' style='text-decoration: none;'>-= IPFire =-</a></span></h1><br />";
}
print <<END
<h2>+ $h2 +</h2>