coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 ecards & email => Topic started by: TeenStorm on May 29, 2007, 07:58:38 PM

Title: Change Postage Images
Post by: TeenStorm on May 29, 2007, 07:58:38 PM
I'm trying to locate the php file & syntax that allows me to specify a different "postage" image in an eCard without actually editing the stamp.gif image directly.  Can anyone offer a quick pointer? ...I'm currently looking in ecard.php so I can alter this postage image and/or add a company logo to the eCard template. 
Title: Re: Change Postage Images
Post by: TeenStorm on May 29, 2007, 09:35:08 PM
Wait, I think I found it in themes.inc.php 
Title: Re: Change Postage Images
Post by: Joachim Müller on May 31, 2007, 08:16:33 AM
Don't edit include/themes.inc.php, under no circumstances. Edit themes/yourtheme/theme.php instead! If the corresponding section doesn't exist in your custom theme, copy it from themes/sample/theme.php into themes/yourtheme/theme.php, then edit as you see fit.
Title: Re: Change Postage Images
Post by: TeenStorm on June 04, 2007, 01:10:33 AM
Ahh, yes I see it now; that is an elegant solution vs. touching the core files.  Changes made.  CPG is the best, thanks GauGau!