Subversion Repositories wpShopGermany4

Rev

Rev 7809 | Rev 7976 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7809 Rev 7812
Line 248... Line 248...
248
								
248
								
249
							<?php } else { ?>
249
							<?php } else { ?>
250
							
250
							
251
								<?php if (in_array(strval($this->callMod('wpsg_mod_abo', 'isAboOrder', array($oOrder->id))), array(1))) { ?>
251
								<?php if (in_array(strval($this->callMod('wpsg_mod_abo', 'isAboOrder', array($oOrder->id))), array(1))) { ?>
252
	
252
	
253
									<?php $abo_expiration = strtotime($this->callMod('wpsg_mod_abo', 'getOrderAboExpiration', array($oOrder->id, $oOrderProduct->getProductKey()))); ?>
253
									<?php $abo_expiration = strtotime($this->callMod('wpsg_mod_abo', 'getOrderAboExpiration', array($oOrder->id, $oOrderProduct->getId()))); ?>
254
	
254
	
255
									<?php if ($abo_expiration > time()) { ?>
255
									<?php if ($abo_expiration > time()) { ?>
256
									
256
									
257
										<span class="wpsg_mod_abo_future_expire"><?php echo wpsg_formatTimestamp($abo_expiration); ?></span>
257
										<span class="wpsg_mod_abo_future_expire"><?php echo wpsg_formatTimestamp($abo_expiration); ?></span>
258
								  
258