Changeset 9213
- Timestamp:
- Nov 18, 2008, 12:08:11 PM (14 years ago)
- Location:
- OpenPNE/trunk/webapp/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/ktai/templates/inc_f_home_h_prof.tpl
r9203 r9213 84 84 ({/if}) 85 85 86 ({if !$item.value == ""})86 ({if !$item.value == ''}) 87 87 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> 88 88 ({if $item.form_type == 'checkbox'}) … … 106 106 ({foreach from=$target_c_member.profile key=key item=item}) 107 107 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && ($is_friend || $is_h_prof)))}) 108 ({if !$item.value == ""})108 ({if !$item.value == ''}) 109 109 ({if $item.form_type == 'textarea'}) 110 110 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> -
OpenPNE/trunk/webapp/modules/pc/templates/inc_f_home_h_prof.tpl
r9203 r9213 272 272 ({/if}) 273 273 ({/strip}) 274 ({if !$item.value == ""})274 ({if !$item.value == ''}) 275 275 <tr><th>({$item.caption})</th><td> 276 276 ({if $item.form_type == 'textarea'})
Note: See TracChangeset
for help on using the changeset viewer.