E-card formatting

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
simulacra
Posts: 7
Joined: Mon 28. Feb 2005, 21:40

E-card formatting

Post by simulacra »

Hi!

How does one change the horrible green colour in the Sender and Recipient captions of an E-card content part? I have looked in the frontend.css as well as the conf.template_default.inc.php, but not succeeded in changing it.
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Post by Karla »

"cnt16.inc.php"

Code: Select all

$content["ecard"]["form"] .= '<td colspan="2" bgcolor="#99CC00"><strong style="color:#FFFFFF;">&nbsp;'.$BL['be_cnt_ecardform_sender'].'</strong></td>'."\n";

Code: Select all

$content["ecard"]["form"] .= '<td colspan="2" bgcolor="#99CC00"><strong style="color:#FFFFFF;">&nbsp;'.$BL['be_cnt_ecardform_recipient'].'</strong></td>'."\n";
simulacra
Posts: 7
Joined: Mon 28. Feb 2005, 21:40

Post by simulacra »

That was really obscure! But thank you for helping out. Do you know why this setting is located there and not in the css or the template conf file?
Post Reply