/[drupal]/contributions/modules/forward/forward.tpl.php
ViewVC logotype

Diff of /contributions/modules/forward/forward.tpl.php

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

revision 1.1.2.4, Mon Sep 21 15:43:44 2009 UTC revision 1.1.2.5, Mon Oct 5 21:42:34 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: forward.tpl.php,v 1.2 2009/05/13 19:39:01 seanr Exp $ */  /* $Id: forward.tpl.php,v 1.1.2.4 2009/09/21 15:43:44 seanr Exp $ */
3    
4  /**  /**
5   * This template should only contain the contents of the body   * This template should only contain the contents of the body
# Line 29  Line 29 
29        <td style="font-family:Arial,Helvetica,sans-serif; font-size:12px;">        <td style="font-family:Arial,Helvetica,sans-serif; font-size:12px;">
30          <?php print $forward_message; ?>          <?php print $forward_message; ?>
31          <?php if ($message) { ?>          <?php if ($message) { ?>
32          <p><?php print t('Message from Sender'); ?></p><p><?php print $message; ?></p>          <p><?php print t("Message from @username", array('@username' => $yname ? $yname : 'Sender')); ?></p><p><?php print $message; ?></p>
33          <?php } ?>          <?php } ?>
34          <?php if ($title) { ?><h2 style="font-size: 14px;"><?php print $title; ?></h2><?php } ?>          <?php if ($title) { ?><h2 style="font-size: 14px;"><?php print $title; ?></h2><?php } ?>
35          <?php if ($submitted) { ?><p><em><?php print $submitted; ?></em></p><?php } ?>          <?php if ($submitted) { ?><p><em><?php print $submitted; ?></em></p><?php } ?>

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2