forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: stellar on November 01, 2007, 09:52:56 pm

Title: album name in "displayimage.php"
Post by: stellar on November 01, 2007, 09:52:56 pm
Hello!

I want to show the album name in displayimage.php (actually under the "navbar")
I work in "hardwired" theme. Could you help me?
thanks
Title: Re: album name in "displayimage.php"
Post by: just_some_guy on November 01, 2007, 10:33:10 pm
This will point you in the right direction.
Have a look in displayimage.php for -

$info[$lang_picinfo['Album name']]

then you can prob use this to echo out the name where you want.