Changeset 15656 for extensions/Subscribe_to_comments
- Timestamp:
- Jun 13, 2012, 4:32:19 PM (12 years ago)
- Location:
- extensions/Subscribe_to_comments
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Subscribe_to_comments/include/functions.inc.php
r15648 r15656 502 502 // hearders 503 503 $headers = 'From: '.$args['from']."\n"; 504 $headers.= 'Content-Type: text/html; charset="'.get_pwg_charset().'";'."\n";505 $headers.= 'Content-Transfer-Encoding: 8bit'."\n";506 504 $headers.= 'MIME-Version: 1.0'."\n"; 507 505 $headers.= 'X-Mailer: Piwigo Mailer'."\n"; 506 $headers.= 'Content-Transfer-Encoding: Quoted-Printable'."\n"; 507 $headers.= 'Content-Type: text/html; charset="'.get_pwg_charset().'";'."\n"; 508 508 509 509 // template … … 521 521 522 522 $content = $template->parse('stc_mail_header', true) . $content . $template->parse('stc_mail_footer', true); 523 524 $content = quoted_printable_encode($content); 523 525 $content = wordwrap($content, 70, "\n", true); 524 526 -
extensions/Subscribe_to_comments/template/mail/footer.tpl
r15641 r15656 2 2 {'Sent by'|@translate} <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a> 3 3 - {'Powered by'|@translate} <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a> {$VERSION} 4 - Subscribe to Comments 4 5 </div> 5 6 -
extensions/Subscribe_to_comments/template/mail/style.css
r15641 r15656 37 37 background:#222; 38 38 border-top:1px solid #555; 39 border-bottom: 3px solid #CE2E5A;39 border-bottom:2px solid #CE2E5A; 40 40 font-size:10px; 41 41 padding:5px;
Note: See TracChangeset
for help on using the changeset viewer.