diff options
-rw-r--r-- | template-common/favicon.ico | bin | 0 -> 1406 bytes | |||
-rw-r--r-- | template/yoga/header.tpl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/template-common/favicon.ico b/template-common/favicon.ico Binary files differnew file mode 100644 index 000000000..299d6a5dd --- /dev/null +++ b/template-common/favicon.ico diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 612fa0121..5515aef6b 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -3,7 +3,7 @@ <html lang="{LANG}" dir="{DIR}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}"> -<!-- BIG FIX ME BELOW (paths) --> +<link rel="shortcut icon" type="image/x-icon" href="template-common/favicon.ico" /> <link rel="stylesheet" type="text/css" href="template/{themeconf:template}/default-layout.css"> <!-- the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it --> |