projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d270fd
)
Favicon inserted.
author
Udo Spallek
<info@wissensvermittlung.com>
Mon, 8 Jan 2007 07:00:24 +0000
(07:00 +0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Mon, 8 Jan 2007 07:00:24 +0000
(07:00 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
d0cf6e8
..
32ff29e
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-366,6
+366,8
@@
sub header {
|;
}
+ $self->{favicon} = "favicon.ico" unless $self->{favicon};
+
if ($self->{favicon} && (-f "$self->{favicon}")) {
$favicon =
qq|<LINK REL="shortcut icon" HREF="$self->{favicon}" TYPE="image/x-icon">