Changeset 1524 in ExiteCMS for trunk/includes/templates/main.pm.tpl
- Timestamp:
- 07/05/08 12:58:33 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.pm.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.pm.tpl
r1352 r1524 152 152 {section name=rc loop=$messages[id].readstatus} 153 153 {if $smarty.section.rc.first} 154 <br />{$locale.542}154 {$locale.542}:<br /> 155 155 {/if} 156 <a href='{$smarty.const.BASEDIR}profile.php?lookup={$messages[id].readstatus[rc].user_id}'>{$messages[id].readstatus[rc].user_name}</a> 157 {$locale.543} {$messages[id].readstatus[rc].datestamp|date_format:"forumdate"} 156 <a href='{$smarty.const.BASEDIR}profile.php?lookup={$messages[id].readstatus[rc].user_id}'>{$messages[id].readstatus[rc].user_name}</a>: 157 {if $messages[id].readstatus[rc].read} 158 {$messages[id].readstatus[rc].datestamp|date_format:"forumdate"} 159 {else} 160 {$locale.543} 161 {/if} 158 162 {if !$smarty.section.rc.last},{/if} 159 163 {/section}
Note: See TracChangeset
for help on using the changeset viewer.
