Changeset 3297
- Timestamp:
- Jun 18, 2007, 9:21:45 PM (14 years ago)
- Location:
- OpenPNE/branches/2.8.x/webapp_biz/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2.8.x/webapp_biz/modules/biz/templates/inc_biz_schedule_week.tpl
r3256 r3297 185 185 <div class="border_01 bg_02" style="padding:4px 0;display:block;border-left:none;border-right:none;"> 186 186 187 ({if $smarty.const.OPENPNE_IS_POINT_ADMIN || $c_member.c_member_id != 1}) 187 188 ({if ($smarty.const.OPENPNE_DISP_RANK && $rank) || ($smarty.const.OPENPNE_DISP_POINT && $point)}) 188 189 ({if $smarty.const.OPENPNE_DISP_RANK && $rank}) … … 193 194 ({/if}) 194 195 <img src="./skin/dummy.gif" class="v_spacer_m"> 196 ({/if}) 195 197 ({/if}) 196 198 -
OpenPNE/branches/2.8.x/webapp_biz/modules/ktai/templates/h_home.tpl
r2972 r3297 7 7 <center> 8 8 <a name="top"><font color="orange">({$c_member.nickname})さんのホーム</font></a> 9 ({if $smarty.const.OPENPNE_IS_POINT_ADMIN || $c_member.c_member_id != 1}) 9 10 ({if $smarty.const.OPENPNE_DISP_RANK && $rank}) 10 11 <br> … … 14 15 <br> 15 16 ({$point}) Point 17 ({/if}) 16 18 ({/if}) 17 19 </center>
Note: See TracChangeset
for help on using the changeset viewer.