示例#1
0
文件: theme.php 项目: jekv/devia
    <?php 
include NEWSLETTER_DIR . '/header-new.php';
?>

    <div id="newsletter-title">
        <h2><?php 
_e('Select a theme', 'newsletter-emails');
?>
            <a class="add-new-h2" href="http://www.thenewsletterplugin.com/plugins/newsletter/newsletter-themes" target="_blank">Custom themes</a>
        </h2>
    </div>

    <div class="newsletter-separator"></div>

    <?php 
$controls->show();
?>

    <form method="post" id="newsletter-form" action="<?php 
echo $module->get_admin_page_url('new');
?>
">
        <?php 
$controls->init();
?>
        <?php 
$controls->hidden('theme');
?>
        <?php 
foreach ($themes as $key => &$data) {
    ?>