1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php
- ?>
- <?php if (!$opt_out_hidden): ?>
- <?php if ($format == 'html'): ?>
- <p class="newsletter-footer"><a href="[simplenews-subscriber:unsubscribe-url]"><?php print $unsubscribe_text ?></a></p>
- <?php else: ?>
- -- <?php print $unsubscribe_text ?>: [simplenews-subscriber:unsubscribe-url]
- <?php endif ?>
- <?php endif; ?>
- <?php if ($key == 'test'): ?>
- - - - <?php print $test_message ?> - - -
- <?php endif ?>
|