Member
Member
n3bul0us   2009-02-23, 08:28
#1
Is there an easy way to get the zenphoto part of my website to display an icon (.ico) file to the left of the address bar?
Member
Member
masv   2009-02-23, 08:39
#2
Hi,

You could add the following two lines to your theme index.php file, in the html head section.

<head>
...
...
<link rel="shortcut icon" href="<?php echo FULLWEBPATH ; ?>/favicon.ico" type="image/x-icon" />
<link rel="icon" href="<?php echo FULLWEBPATH ; ?>/favicon.ico" type="image/x-icon" />
</head>

And then place your favicon.ico in your zenphoto root directory

This works for me :-)

r:martin
Member
Member
n3bul0us   2009-02-23, 21:47
#3
Hey thanks a ton Martin Smile

-Ben
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.