Hi Lars,
Is there a certain reason why this is done by using Javascript? An <a> tag would have worked fine as well I think. That would require to embed the image by using the <img> tag, but that is probably the cleaner solution any way...
Other than that: I like the idea.
Best, -Michael
On Mon, 2015-06-08 at 22:50 +0200, Larsen wrote:
Link the IPFire logo and subsequent text to http://www.ipfire.org
Signed-off-by: Lars Schuhmacher larsen007@web.de
html/html/themes/darkdos/include/functions.pl | 2 +- html/html/themes/ipfire-legacy/include/functions.pl | 2 +- html/html/themes/ipfire/include/functions.pl | 2 +- html/html/themes/maniac/include/functions.pl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/html/html/themes/darkdos/include/functions.pl b/html/html/themes/darkdos/include/functions.pl index 737e051..4b00b4c 100644 --- a/html/html/themes/darkdos/include/functions.pl +++ b/html/html/themes/darkdos/include/functions.pl @@ -221,7 +221,7 @@ print <<END
<div id="header_inner" class="fixed">
<div id="logo">
<div id="logo" style="cursor: pointer;"
onclick="window.location='http://www.ipfire.org/%27;%22%3E END ; if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') { diff --git a/html/html/themes/ipfire-legacy/include/functions.pl b/html/html/themes/ipfire-legacy/include/functions.pl index 1401030..e1b8cb8 100644 --- a/html/html/themes/ipfire-legacy/include/functions.pl +++ b/html/html/themes/ipfire-legacy/include/functions.pl @@ -221,7 +221,7 @@ print <<END
<div id="header_inner" class="fixed">
<div id="logo">
<div id="logo" style="cursor: pointer;"
onclick="window.location='http://www.ipfire.org/%27;%22%3E END ; if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') { diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index 63740d4..39d972d 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -151,7 +151,7 @@ print <<END
</head> <body> <div id="header" class="fixed"> - <div id="logo"> + <div id="logo" style="cursor: pointer;" onclick="window.location='http://www.ipfire.org/';"> END ; if ($settings{'WINDOWWITHHOSTNAME'} ne 'off') { diff --git a/html/html/themes/maniac/include/functions.pl b/html/html/themes/maniac/include/functions.pl index e8514ad..d3d4a73 100644 --- a/html/html/themes/maniac/include/functions.pl +++ b/html/html/themes/maniac/include/functions.pl @@ -221,7 +221,7 @@ print <<END
<div id="header_inner" class="fixed">
<div id="logo">
<div id="logo" style="cursor: pointer;"
onclick="window.location='http://www.ipfire.org/%27;%22%3E END ; if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') {