/[drupal]/contributions/modules/simplenews/simplenews-newsletter-footer.tpl.php
ViewVC logotype

Diff of /contributions/modules/simplenews/simplenews-newsletter-footer.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Fri Jan 2 12:01:17 2009 UTC revision 1.4, Wed Sep 30 14:10:20 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: simplenews-newsletter-footer.tpl.php,v 1.2 2008/12/28 16:21:21 sutharsan Exp $  // $Id: simplenews-newsletter-footer.tpl.php,v 1.3 2009/01/02 12:01:17 sutharsan Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 18  Line 18 
18   * - $test_message: test message warning message   * - $test_message: test message warning message
19   *   *
20   * Available tokens:   * Available tokens:
21   * - !confirm_unsubscribe_url: unsubscribe url to be used as link   * - [confirm-unsubscribe-url]: unsubscribe url to be used as link
22   * for more tokens: see simplenews_mail_tokens()   * for more tokens: see simplenews_mail_tokens()
23   *   *
24   * @see template_preprocess_simplenews_newsletter_footer()   * @see template_preprocess_simplenews_newsletter_footer()
25   */   */
26  ?>  ?>
27  <?php if ($format == 'html'): ?>  <?php if ($format == 'html'): ?>
28    <p class="newsletter-footer"><a href="!confirm_unsubscribe_url"><?php print $unsubscribe_text ?></a></p>    <p class="newsletter-footer"><a href="[simplenews-unsubscribe-url]"><?php print $unsubscribe_text ?></a></p>
29  <?php else: ?>  <?php else: ?>
30  -- <?php print $unsubscribe_text ?>: !confirm_unsubscribe_url  -- <?php print $unsubscribe_text ?>: [simplenews-unsubscribe-url]
31  <?php endif ?>  <?php endif ?>
32    
33  <?php if ($key == 'test'): ?>  <?php if ($key == 'test'): ?>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2