コード例 #1
0
    <?php 
print_heading('Un-Subscription Form');
?>
<p><?php 
_e('Here is a link to the newsletter un-subscription form. People can click this and enter their email to be manually removed from receiving emails:');
?>
 <a href="<?php 
echo module_newsletter::unsubscribe_url();
?>
" target="_blank"><?php 
echo module_newsletter::unsubscribe_url();
?>
</a> <?php 
_e('(this form can be edited from Settings > Templates)');
?>
</p>
<?php 
print_heading('Other Forms');
?>
<p><?php 
_e('Please see the other forms/messages under Settings > Templates. Look for the "newsletter" ones.');
?>
</p>

<?php 
print_heading('Bounce Checking');
?>
<p><?php 
_e('Please <a href="%s">click here</a> to check bounce emails manually.', module_newsletter::link_generate(false, array('page' => 'newsletter_settings_bounces')));
?>
</p>