Changeset 3144851
- Timestamp:
- 09/01/2024 08:28:44 AM (7 months ago)
- Location:
- affiliate-coupons
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
affiliate-coupons/tags/1.7/includes/template-functions.php
r3144847 r3144851 200 200 $ask_login = "false"; 201 201 $options = affcoups_get_options(); 202 $CouponExtended = affcoups_pro_setup_coupon_extended( $coupon );202 //$CouponExtended = affcoups_pro_setup_coupon_extended( $coupon ); 203 203 204 204 if(affcoups_get_option('reveal_code_inside_coupon_itself')==1){ … … 231 231 <?php $coupon->the_code(); ?> 232 232 </div> 233 <div id="affcoups-coupon__button_<?php echo $coupon->get_id(); ?>" style="display:none"> <?php $CouponExtended->the_button_instu(); ?> </div>233 <div id="affcoups-coupon__button_<?php echo $coupon->get_id(); ?>" style="display:none"> <?php //$CouponExtended->the_button_instu(); ?> </div> 234 234 <?php } 235 235 } -
affiliate-coupons/trunk/includes/template-functions.php
r3144848 r3144851 200 200 $ask_login = "false"; 201 201 $options = affcoups_get_options(); 202 $CouponExtended = affcoups_pro_setup_coupon_extended( $coupon );202 //$CouponExtended = affcoups_pro_setup_coupon_extended( $coupon ); 203 203 204 204 if(affcoups_get_option('reveal_code_inside_coupon_itself')==1){ … … 231 231 <?php $coupon->the_code(); ?> 232 232 </div> 233 <div id="affcoups-coupon__button_<?php echo $coupon->get_id(); ?>" style="display:none"> <?php $CouponExtended->the_button_instu(); ?> </div>233 <div id="affcoups-coupon__button_<?php echo $coupon->get_id(); ?>" style="display:none"> <?php //$CouponExtended->the_button_instu(); ?> </div> 234 234 <?php } 235 235 }
Note: See TracChangeset
for help on using the changeset viewer.