Menu

#128 Missing favicon html tag in header.tpl

closed-fixed
None
5
2008-10-26
2004-03-23
Mark Cooper
No

The following patch adds a HTML tag for the favicon.
It's already in templates/styles/tiki/header.tpl but
not in templates/header.tpl for some reason?

*** templates/header.tpl.orig Tue Mar 23 13:07:42 2004
--- templates/header.tpl Tue Mar 23 13:08:18 2004
***************
*** 10,15 ****
--- 10,16 ----
{* --- tikiwiki block --- *}
<script type="text/javascript"
src="lib/tiki-js.js"></script>
<link rel="StyleSheet" href="styles/{$style}"
type="text/css" />
+ <link rel="icon" href="favicon.png" />
{include file="bidi.tpl"}
<title>
{$siteTitle}

Discussion

  • Marc Laporte

    Marc Laporte - 2004-06-11

    Logged In: YES
    user_id=484395

    I am wondering if it's OK to add the Tiki favicon by default?

    I guess so, people can easily modify...

    I'll think about it ;-)

     
  • Marc Laporte

    Marc Laporte - 2004-06-11
    • assigned_to: nobody --> marclaporte
     
  • Marc Laporte

    Marc Laporte - 2008-10-26
    • status: open --> closed-fixed
     
  • Marc Laporte

    Marc Laporte - 2008-10-26

    Tiki favicon in on by default and can be changed in admin panel

     

Log in to post a comment.