News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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!