The simpler media website CMS
Forum search only. You might also want to search on the main site's user guide.
Forum RSS
Visit the troubleshooting guide.
Visit the paid support page.
Your support helps pay for this server, and helps development of zenphoto. Thank you!
Visit the donations page
Comments
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
-Ben