Make additional variables available to ecard? Make additional variables available to ecard?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Make additional variables available to ecard?

Started by mlad, September 13, 2006, 03:10:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mlad

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