http://www.icyphoenix.com/viewtopic.php?f=35&t=3806&p=25778#p25778
-----------------------------------
binky12
Mon 10 Mar, 2008 12:45

Re: Editing Logo URL
-----------------------------------
[quote user="xmenfile" post="25759"]I think you should edit overall_header.tpl, not html[/quote]
There are no .tpl extension files - only .html extension files. For me it was kinda weird too, cuz usually template files have .tpl extension.

[quote user="Limun"]can i see what u edited please[/quote]
Of course u can see.

In [i]milky_waytemplate[/i]

OPEN [b]milky_waytemplateoverall_header.html[/b]
FIND
[codeblock]
<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top">&nbsp;</td>[/codeblock]
REPLACE WITH
[codeblock]
<td height="150" align="left" valign="middle"><a href="http://my.edited.link.com">{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top">&nbsp;</td>[/codeblock]

Here is the proof of those files there have .html extensions, not .tpl extensions
[img]http://www.icyphoenix.com/files/images/3690/template_html.png[/img]

[quote user="Limun"]
where title="IcyPhoenix" is little popup on mause over 
[/quote]
yes, i know this...


