Hi. I'm trying to customise the main gallery page (Gallery1) so that a picture (a logo, actually) appears at the top where it currently says "David's Gallery".
I've tried entering the URL of the picture but I get a broken image - and of course the page title is messed up as well.
Doesn anybody know of a way to make this happen?
Thanks for any help -
===Toby Wallis===
Posts: 27300
Edit gallery/html_wrap/gallery.header.default find
<?php echo $gallery->app->galleryTitle ?>
That is the bit that displays the title. Add image as you like to any place in the table cell or edit the table as you like. Save as gallery/html_wrap/gallery.header
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 5
Thanks for such a quick and efficient reply - worked immediately. Wish I had your knowledge!
===Toby===
Posts: 1
I'm using ver 1.6-alpha2. How would I do the same with it.
chopp