Change Postage Images Change Postage Images
 

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

Change Postage Images

Started by TeenStorm, May 29, 2007, 07:58:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TeenStorm

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. 

TeenStorm

Wait, I think I found it in themes.inc.php 

Joachim Müller

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.

TeenStorm

Ahh, yes I see it now; that is an elegant solution vs. touching the core files.  Changes made.  CPG is the best, thanks GauGau!