coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 ecards & email => Topic started by: mlad on September 13, 2006, 03:10:42 AM

Title: Make additional variables available to ecard?
Post by: mlad on September 13, 2006, 03:10:42 AM
Specifically, I would like to include the Album Name in the ecard, I see

$album = $_GET['album'];

in ecard.php, assuming it's a link to the album ID, so I add,

'{ALBUM}' => $album,

line to the $params array, but {ALBUM} does not display when added to my themes.php ecard section

is it out of scope? anyway, I don't need the ID I need the name?

Thanks