Index: trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php |
— | — | @@ -58,6 +58,7 @@ |
59 | 59 | // @action -> generate correct form action for this form |
60 | 60 | // @appeal -> name of the appeal text to load |
61 | 61 | // @appeal_title -> name of the appeal title to load |
| 62 | + // @verisign_logo -> placeholder to load the secure verisign logo |
62 | 63 | ); |
63 | 64 | |
64 | 65 | /** |
— | — | @@ -198,6 +199,9 @@ |
199 | 200 | // handle script path |
200 | 201 | $form = str_replace( "@script_path", $wgScriptPath, $form ); |
201 | 202 | |
| 203 | + // handle script path |
| 204 | + $form = str_replace( "@verisign_logo", $this->getSmallSecureLogo( $this->form_data[ "uselang" ] ), $form ); |
| 205 | + |
202 | 206 | $form = $this->fix_dropdowns( $form ); |
203 | 207 | |
204 | 208 | return $this->add_messages( $form ); |