Changeset 6426 for OpenPNE/branches/work/ogawa/2059_profile/webapp_biz/modules/biz/templates/fh_biz_schedule_calendar.tpl
- Timestamp:
- Apr 8, 2008, 5:50:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/ogawa/2059_profile/webapp_biz/modules/biz/templates/fh_biz_schedule_calendar.tpl
r6425 r6426 139 139 ({* 誕生日 *}) 140 140 ({foreach from=$item.birth item=item_birth}) 141 ({if (($item_birth.public_flag_birth_month_day != "private" || $c_member.c_member_id == $item_birth.c_member_id) && $is_h) || ( ($item_birth.public_flag_birth_month_day == "public" || $item_birth.public_flag_birth_month_day != "private" && $c_member.c_member_id == $item_birth.c_member_id )&& $is_f)})141 ({if (($item_birth.public_flag_birth_month_day != "private" || $c_member.c_member_id == $item_birth.c_member_id) && $is_h) || ($item_birth.public_flag_birth_month_day == "public" && $is_f)}) 142 142 <img src="({t_img_url_skin filename=icon_birthday})" class="icon"><a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$item_birth.c_member_id})">({$item_birth.nickname})さん</a><br> 143 143 ({/if})
Note: See TracChangeset
for help on using the changeset viewer.