than create a file in the html_wrap directory and name it "add.to.head".
now whatever you write in to that file will be included betwin the <head> and </head> tags on all gallery viewing pages.. pretty good to use this if you have a rollover menu or something!
Posts: 8
Thats ok, i'l answere this one my self :-?
all you have to do is add this line:
<?php includeHtmlWrap("add.to.head"); ?>after the <head> tag in all of this files:
albums.php
search.php
slideshow.php
slideshow_low.php
view_album.php
view_photo.php
than create a file in the html_wrap directory and name it "add.to.head".
now whatever you write in to that file will be included betwin the <head> and </head> tags on all gallery viewing pages.. pretty good to use this if you have a rollover menu or something!