Album name in browser title bar

Brujo

Joined: 2002-10-26
Posts: 20
Posted: Thu, 2009-03-26 10:50

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

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2009-03-27 02:28

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