Changeset 3257
- Timestamp:
- Apr 26, 2009, 4:59:15 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_notification.inc.php
r3185 r3257 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 } -
trunk/template/yoga/mail/text/html/notification_by_mail.tpl
r3255 r3257 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.