File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/1a1464e82ae8a1a913b32eeb741d3ddd
<?php
$defaultStyle = "font-size: 12px; font-family: Arial, sans-serif; line-height: 16px;";
?>
<?php $__env->startSection('body'); ?> <table border="0" cellspacing="0" cellpadding="0" style="background-color: #f2f2f2; width:100%;" width="100%"> <tr> <td align="center"> <table border="0" cellspacing="0" cellpadding="0" style="width: 600px" width="600px"> <tr> <td align="center" style="padding: 10px 40px;"> <span style="<?php echo $defaultStyle; ?> color: #b3b3b3;"><?php echo $__env->yieldContent('title'); ?></span> </td> </tr> <tr> <td style="background-color: #00b0ea; height: 60px; text-align: center;" align="center" valign="middle" height="60px"> <img src="<?php echo isset($domain) ? $domain : url('/'); ?>/images/email/tops_logo_header.jpg" width="216px" height="40px" border="0"/> </td> </tr> <tr> <td style="background-color: #ffffff;" align="center"> <?php if($language = Shop::getLanguageService()->getCurrentLanguage()): ?> <img src="<?php echo isset($domain) ? $domain : url('/'); ?><?php echo $__env->yieldContent('emailImage','/images/email/header_001_'.$language.'.jpg'); ?>" width="100%" height="auto" border="0"/> <?php else: ?> <img src="<?php echo isset($domain) ? $domain : url('/'); ?>/images/email/header_001.jpg" width="100%" height="auto" border="0"/> <?php endif; ?> </td> </tr> <tr> <td style="color: #4d4d4d; background-color: #ffffff; padding: 40px;" align="left"> <span style="<?php echo $defaultStyle; ?>"> <?php echo $__env->yieldContent('content'); ?> </span> </td> </tr> <tr> <td style="background-color: #dddddd; padding: 40px;" align="left"> <span style="<?php echo $defaultStyle; ?>"> <?php echo $__env->make('emails.partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </span> </td> </tr> </table> </td> </tr> </table> <?php $__env->stopSection(); ?>
<?php echo $__env->make('emails.layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>