File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/44465ee669f4c1016506123cf83d89aa
<?php
$pAsCell = 'font-size: 12px; font-family: Arial, sans-serif; line-height: 16px; padding-bottom: 12px;';
$h2AsCell = 'font-size: 20px; font-family: Arial, sans-serif; line-height: 24px; padding-bottom: 20px; font-weight:bold; color: #00b0ea;';
?>
<?php $__env->startSection('title'); ?> <?php echo Lang::get('emails/auth/passwordRecovery.title',['topsName' => Lang::get('tops.name_without_bv')]); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td style="<?php echo $h2AsCell; ?>"> <?php echo Lang::get('emails/auth/passwordRecovery.title' ,['topsName' => Lang::get('tops.name_without_bv')]); ?> </td> </tr> <tr> <td style="<?php echo $pAsCell; ?>"> <?php echo Lang::get('emails/auth/passwordRecovery.intro'); ?> </td> </tr> <tr> <td style="<?php echo $pAsCell; ?>"> <a style="color:#00a6ff;" href="<?php echo url('/' . $shop->getPageService()->page('customerPasswordRecovery')->route . '/reset?token=' . $token .(\Session::has('origin')?'&origin='.\Session::pull('origin'):'') ); ?>"> <?php echo url('/' .$shop->getPageService()->page('customerPasswordRecovery')->route . '/reset?token=' . $token ); ?> </a> </td> </tr> <tr> <td style="<?php echo $pAsCell; ?>"> <?php echo Lang::get('emails/auth/passwordRecovery.expire', ['expire' => Config::get('auth.reminder.expire', 60)]); ?> </td> </tr> <tr> <td style="<?php echo $pAsCell; ?>"><?php echo Lang::get('emails/global.signature',['topsName' => Lang::get('tops.name_without_bv')]); ?></td> </tr> </table> <?php $__env->stopSection(); ?>
<?php echo $__env->make('emails.layouts.tops', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>