Changeset 3258
- Timestamp:
- Apr 26, 2009, 5:00:57 PM (16 years ago)
- Location:
- branches/2.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/include/functions_notification.inc.php
r3046 r3258 523 523 global $conf; 524 524 525 $description = ' ';525 $description = '<ul>'; 526 526 527 527 $description .= … … 565 565 $description .= '</ul>'; 566 566 567 $description .= '</ul>'; 568 567 569 return $description; 568 570 } -
branches/2.0/template/yoga/mail/text/html/notification_by_mail.tpl
r3256 r3258 52 52 {foreach from=$recent_posts item=recent_post } 53 53 <h2>{$recent_post.TITLE}</h2> 54 <ul>{$recent_post.HTML_DATA}</ul>54 {$recent_post.HTML_DATA} 55 55 {/foreach} 56 56 {/if}
Note: See TracChangeset
for help on using the changeset viewer.