File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/9e476b7ed40296e2f9b91a51d705affc
<?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/order/shipped.title',['orderNumber' => $order_number]); ?> <?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/order/shipped.title',['orderNumber' => $order_number]); ?> </td> </tr> <tr> <td style="<?php echo $pAsCell; ?>"> <?php echo Lang::get('emails/order/shipped.content',['topsName' => Lang::get('tops.name_without_bv')]); ?> </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(); ?>