Changeset 583:c7f81168aa22 for themes/ductile/tpl
- Timestamp:
- 07/13/11 07:28:49 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile/tpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/category.html
r563 r583 25 25 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 26 26 27 {{tpl:ductileNbEntryPerPage}} 27 28 <tpl:Entries no_content="1"> 28 29 <tpl:EntriesHeader> … … 85 86 </div> 86 87 88 {{tpl:ductileNbEntryPerPage}} 87 89 <tpl:Entries> 88 89 90 {{tpl:ductileEntriesList default="short"}} 90 91 -
themes/ductile/tpl/home.html
r563 r583 27 27 </tpl:Categories> 28 28 29 {{tpl:ductileNbEntryPerPage nb="8"}} 29 30 <tpl:Entries no_content="1"> 30 31 <tpl:EntriesHeader> … … 59 60 <div id="content"> 60 61 62 {{tpl:ductileNbEntryPerPage nb="8"}} 61 63 <tpl:Entries> 62 64 -
themes/ductile/tpl/search.html
r563 r583 23 23 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 24 25 {{tpl:ductileNbEntryPerPage}} 25 26 <tpl:Entries no_content="1"> 26 27 <tpl:EntriesHeader> … … 66 67 </div> 67 68 69 {{tpl:ductileNbEntryPerPage}} 68 70 <tpl:Entries> 69 71
Note: See TracChangeset
for help on using the changeset viewer.