]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Link the IPFire logo to ipfire.org
authorLarsen <larsen007@web.de>
Tue, 9 Jun 2015 20:00:30 +0000 (22:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Jul 2015 15:22:06 +0000 (16:22 +0100)
Signed-off-by: Lars Schuhmacher <larsen007@web.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/darkdos/include/functions.pl
html/html/themes/ipfire-legacy/include/functions.pl
html/html/themes/ipfire/include/css/style.css
html/html/themes/ipfire/include/functions.pl
html/html/themes/maniac/include/functions.pl

index 737e051e7abacc9569a060cd4380ff74a7217138..7d803b6ad3aa872a6981fc6f45a1fe131264a965 100644 (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>
index 14010306bd21b31967caa61614089d8d730d7504..528825329ffdb486c3a0fdc015fbe3ed9b707c94 100644 (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>
index e0ac3cd1168c9869397f266638acc40aeff5ee01..1cc18f8978bfdc7d736bc59b3a27bc2ac2812ecf 100644 (file)
@@ -115,7 +115,6 @@ iframe {
 #logo {
        height: 65px;
        margin-top: 1em;
-       background: url('../../images/tux2.png') no-repeat;
 }
 
 #logo h1 {
index 63740d42d8385cf008b86d30d6fd2d376bca5329..eedf069dda153450192f952197413fa7aad85fe1 100644 (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
index e8514adfbf8e241de29c14353f6f9303523e0e7b..4866fcd0c7ac67ec800cb9613553a382a23d944f 100644 (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>