Changeset 108 for donation/optionals/de.easy-coding.wcf.donation.googlecheckout/files/lib/system/event/listener/DonationAddFormGoogleCheckoutListener.class.php
- Timestamp:
- 11/24/07 14:31:28 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
donation/optionals/de.easy-coding.wcf.donation.googlecheckout/files/lib/system/event/listener/DonationAddFormGoogleCheckoutListener.class.php
r104 r108 24 24 $this->eventObj = $eventObj; 25 25 26 if($this->eventObj->system != $this->system) {26 if($this->eventObj->system != '' && $this->eventObj->system != $this->system) { 27 27 return; 28 28 } … … 43 43 WCF::getTPL()->assign(array( 44 44 'donation_system' => $this->system, 45 'donation_icon' => RELATIVE_WCF_DIR.'icon/ donation_googlecheckout.png',46 'donation_title' => WCF::getLanguage()->get('wcf. acp.option.category.donation.plugins.googlecheckout'),47 'donation_description' => WCF::getLanguage()->get('wcf. acp.option.category.donation.plugins.googlecheckout.description')45 'donation_icon' => RELATIVE_WCF_DIR.'icon/googlecheckout96.png', 46 'donation_title' => WCF::getLanguage()->get('wcf.donation.category.donation.plugins.googlecheckout'), 47 'donation_description' => WCF::getLanguage()->get('wcf.donation.category.donation.plugins.googlecheckout.description') 48 48 )); 49 49
