*/ class DonationFormCodeListener implements EventListener { /** * @see EventListener::execute() */ public function execute($eventObj, $className, $eventName) { $var = DONATION_GOOGLECHECKOUT_HTML; if(!empty($var)) { WCF::getTPL()->append('additionalDonationSystems', WCF::getTPL()->fetch('donationCode')); } } } ?>