The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):
Gallery version:1.5.10
Apache version:
PHP version (don't just say PHP 4, please):5.2.8
Graphics Toolkit:
Operating system:Suse Linux
Web browser/version (if applicable):
Is it possible to get the Album name in the Browser title bar insteed only the galleryTitle?
like Title: Albumname - galleryTitle
any hint would be helpfull
Brujo
Posts: 27300
In G1.5.7 there is that as
<title><?php echo $gallery->app->galleryTitle . ' :: '. $gallery->album->fields["title"] . ' :: '. $title ; ?></title>
So it will be :
Gallery :: AlbumName :: PhotoTitle
Or I don't understand, or it changed in 1.5.10
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team