<?php

_e_set_section('ab_footer');
?>
 <!-- benefits.php --> 
<table <?php 
echo $this->get_inline_style('abfootercontainer', 'table');
?>
>
    <tr>
      <td>
        <center>

      <table <?php 
echo $this->get_inline_style('abfooterwrapper', 'table');
?>
>
        <tr>
          <td>


        <center>
          <table <?php 
echo $this->get_inline_style('abfooter', 'table');
?>
>
            <tr>  
              <?php 
td_spacer(50, 30);
?>
            </tr>
Ejemplo n.º 2
0
<!-- BEGIN BODY // -->
<table <?php 
inline_style('content', 'table');
?>
>
    <tr>
        <td align="center" valign="top">
            <?php 
echo $mc_edm->get_view('preheader');
?>
        </td>
    </tr>

    <?php 
$bannerUrl = 'http://www.aussiebum.com/sale' . _e_tracking('banner');
_e_set_section('banner');
//summer clearance
$center_table = array('class' => 'center_table', 'td' => array(array('image' => 'en_header1', 'link' => $bannerUrl)));
echo table($center_table);
//sale banner
$center_table = array('class' => 'center_table', 'td' => array(array('image' => 'en_clearance', 'link' => $bannerUrl)));
echo table($center_table);
echo tr_spacer();
//unsure how to split into 2 columns
$message_table = array('class' => 'center_table', 'td' => array(array('image' => 'spacer', 'width' => 100), array('font' => _e(array('text' => 'content', 'section' => 'message')), 'valign' => 'top'), array('image' => 'spacer', 'width' => 100)));
echo table($message_table);
echo tr_spacer();
//button
$center_table = array('class' => 'center_table', 'td' => array(array('image' => 'en_show_now', 'link' => $bannerUrl)));
echo table($center_table);
?>
Ejemplo n.º 3
0
<?php

_e_set_section('canspam_footer');
?>
<table <?php 
echo $this->get_inline_style('canspambar', 'table');
?>
>
	<tr>
		<td align="center">
			<center>
			<table <?php 
echo $this->get_inline_style('canspambar_inner', 'table');
?>
>
				<tr>
					<td align="left">
			<font <?php 
echo $this->get_inline_style('canspamaddressline1', 'font');
?>
><span class="appleLinks"><?php 
echo _e(array('text' => 'send_to'));
?>
</span>
				<a class="appleLinks" href="*|ABOUT_LIST|*" <?php 
echo $this->get_inline_style('.canspamlink');
?>
><span class="appleLinks"><?php 
echo _e(array('text' => 'why_get'));
?>
</span></a> |
Ejemplo n.º 4
0
<?php

_e_set_section('header');
$width = $this->config['width'];
?>
	<!-- BEGIN PREHEADER // -->
    <table <?php 
inline_style('template_preheader', 'table');
?>
>
        <tr>
            <!-- *|IFNOT:ARCHIVE_PAGE|* -->
            <td <?php 
inline_style('template_preheader_content', 'table');
?>
>
                <center>
                    <?php 
echo _e(array('text' => 'view_browser'));
?>
 <a href="*|ARCHIVE|*<?php 
echo _e_tracking('html_email');
?>
" target="_blank" <?php 
echo inline_style('template_preheader_link');
?>
>
                    <?php 
echo _e(array('text' => 'view_browser_link'));
?>
</a> <?php 
Ejemplo n.º 5
0
<?php

_e_set_section('top_banner');
?>
<!-- BEGIN HEADER // -->
<table <?php 
echo $this->get_inline_style('header', 'table');
?>
>
    <tr>
        <td  <?php 
echo $this->get_inline_style('header_content', 'table');
?>
>
        	<a href="<?php 
echo _e(array('text' => 'link'));
?>
">
            	<?php 
echo $this->get_image_tag('en_header');
?>
            </a>
        </td>
    </tr>
</table>
<!-- // END HEADER -->