Changeset 2072 in ExiteCMS for trunk/includes/templates/main.pm.tpl
- Timestamp:
- 11/26/08 22:19:58 (3 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.pm.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.pm.tpl
r1935 r2072 175 175 {if $folder != $locale.403} 176 176 <td class='tbl1' style='white-space:nowrap'> 177 {$messages[id].sender.cc_flag} 178 <a href='{$smarty.const.BASEDIR}profile.php?lookup={$messages[id].sender.user_id}'>{$messages[id].sender.user_name}</a> 177 {if $messages[id].sender.user_id} 178 {$messages[id].sender.cc_flag} 179 <a href='{$smarty.const.BASEDIR}profile.php?lookup={$messages[id].sender.user_id}'>{$messages[id].sender.user_name}</a> 180 {else} 181 {$messages[id].sender.user_name} 182 {/if} 179 183 </td> 180 184 {/if}
Note: See TracChangeset
for help on using the changeset viewer.
