Emir
03-29-2006, 10:55 AM
Hy .
I like to add in the header a
when the browser is firefox.
Haw can i make this?
I have add this code to my main.tpl but thay dont works.-
{php}$ua = get_browser ();{/php}
{if $ua->browser eq 0}
{include file="1.tpl"}
{else}
{include file="2.tpl"}
{/if}
Anybody a idea?
Emir
I like to add in the header a
when the browser is firefox.
Haw can i make this?
I have add this code to my main.tpl but thay dont works.-
{php}$ua = get_browser ();{/php}
{if $ua->browser eq 0}
{include file="1.tpl"}
{else}
{include file="2.tpl"}
{/if}
Anybody a idea?
Emir