http://www.icyphoenix.com/viewtopic.php?f=36&t=5148&p=34687#p34687
-----------------------------------
Limun
Tue 09 Dec, 2008 19:22

Re: Question About Logos
-----------------------------------
[quote user="spydie" post="34684"][quote user="Limun" post="34683"][quote user="spydie" post="34682"]i´ve been thinking about FK_nuke themes[/quote]

try to find this in templatesfk_themes[b]overall_header.tpl[/b]

this line is for sitelogo_small.png
[code linenumbers=false]<a href="{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}"/></a></div>[/code][/quote]

the way this look´s it doesn´t matter if sitelogo is png or gif
it´s not specified at all.

but it doesn´t work if you just change sitelogo ( i mean delete sitelogo_small.png and put sitelogo_small.gif)
that must be specified somewhere.[/quote]

ahaa  :roll: 

than open your templatesfk_themes[b]fk_themes.cfg[/b]

and u can change it in this line
[spoiler]$images['sitelogo'] = $current_template_images . '[color=red]sitelogo_small.png[/color]';[/spoiler]


