fixes and tweaks to Smarty processing

This commit is contained in:
Zach Prezkuta
2013-01-12 05:58:54 -07:00
parent d62483f526
commit 609c45e791
29 changed files with 64 additions and 66 deletions

View File

@@ -516,7 +516,7 @@ function message_content(&$a) {
'$to' => t('To:'),
'$showinputs' => '',
'$subject' => t('Subject:'),
'$subjtxt' => template_escape($message['title']),
'$subjtxt' => $subjtxt_e,
'$readonly' => ' readonly="readonly" style="background: #BBBBBB;" ',
'$yourmessage' => t('Your message:'),
'$text' => '',