Favicon

Hi,

is possible add a favicon in phpVMS?

Thanks!

Yep sure is, just edit the header.tpl and add it in there as you normally would.

And how should you do?

What should I add in header.tpl?

Thanks!

And how should you do?

What should I add in header.tpl?

Thanks!

Add

<LINK rel="shortcut icon" href="-----your icons location----">

lib/skins/your skin/header.tpl

lib/skins/your skin/header.tpl

I think he doesnt have that :confused:

then lib/skins/your skin/layout.tpl

and add that line in <head>

<head/>

You can still use the old way of designing skins, by using a header.tpl and a footer.tpl file. The system will still recognise them.

You can still use the old way of designing skins, by using a header.tpl and a footer.tpl file. The system will still recognise them.

yes but some people like having everything in one file (easier to edit)