Changeset 1060 in ExiteCMS for trunk/includes/templates/main.profile.members.tpl
- Timestamp:
- 11/05/07 21:36:09 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.profile.members.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.profile.members.tpl
r920 r1060 21 21 <table align='center' cellpadding='0' cellspacing='0' width='100%'> 22 22 <tr> 23 <td class='tbl2'><b>{$data.user_name}</b></td> 23 <td class='tbl2'> 24 <b>{$data.user_name}</b> 25 {if $data.user_status == 1} <span class='small'>({$locale.425})</span>{/if} 26 {if $data.user_status == 2} <span class='small'>({$locale.426})</span>{/if} 27 </td> 24 28 <td align='right' class='tbl2'>{$data.user_level}</td> 25 29 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
