mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 14:03:00 +02:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -115,7 +115,6 @@ iframe {
|
||||
#logo {
|
||||
height: 65px;
|
||||
margin-top: 1em;
|
||||
background: url('../../images/tux2.png') no-repeat;
|
||||
}
|
||||
|
||||
#logo h1 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user