Changeset 5891
- Timestamp:
- Mar 20, 2008, 5:47:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/inc_navi.tpl
r5779 r5891 1 1 ({if $INC_NAVI_type === 'h'}) 2 <div class=" sectionlocalNav" id="hLocalNav">2 <div class="parts localNav" id="hLocalNav"> 3 3 <ul> 4 4 ({foreach from=$navi key=key item=item}) … … 10 10 </div> 11 11 ({elseif $INC_NAVI_type === 'f'}) 12 <div class=" sectionlocalNav" id="fLocalNav">12 <div class="parts localNav" id="fLocalNav"> 13 13 <ul> 14 14 ({foreach from=$navi key=key item=item}) … … 20 20 </div> 21 21 ({elseif $INC_NAVI_type === 'c'}) 22 <div class=" sectionlocalNav" id="cLocalNav">22 <div class="parts localNav" id="cLocalNav"> 23 23 <ul> 24 24 ({foreach from=$navi key=key item=item})
Note: See TracChangeset
for help on using the changeset viewer.