Changeset 440:6886c457432e for themes/ductile/tpl/home.html
- Timestamp:
- 06/29/11 10:13:04 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/home.html
r436 r440 60 60 <tpl:Entries> 61 61 62 <tpl:LoopPosition start="1" length="1"> 63 {{tpl:include src="_entry-full.html"}} 64 </tpl:LoopPosition> 65 66 <tpl:LoopPosition start="2"> 62 <tpl:SysIf current_mode="default"> 63 <tpl:LoopPosition start="1" length="1"> 64 {{tpl:include src="_entry-full.html"}} 65 </tpl:LoopPosition> 66 67 <tpl:LoopPosition start="2"> 68 {{tpl:include src="_entry-title.html"}} 69 </tpl:LoopPosition> 70 </tpl:SysIf> 71 72 <tpl:SysIf current_mode="!default"> 67 73 {{tpl:include src="_entry-title.html"}} 68 </tpl:LoopPosition> 69 74 </tpl:SysIf> 70 75 71 76 <tpl:EntriesFooter>
Note: See TracChangeset
for help on using the changeset viewer.