If you want to have your name of the photo in your title on "view_photo"
Find the code between your <title> and </title> tags in view_photo.php.
Replace it with this.
<title><?php echo $gallery->app->galleryTitle ?> :: <?php echo $gallery->album->fields["title"] ?> ::
<?php echo $gallery->album->getCaption($index) ?> </title>
Now what ever you put in your captions will show up in the title of the page. A big plus for page rankings.
=)
Jade
Posts: 332
bump up, a couple people contacted me on this one.
Posts: 3473
Just thought I'd point out - though this is a great idea - in 1.3.4 you can also specify a title as an custom field.