Changeset 564:7b2e8ebcb406
- Timestamp:
- 07/10/11 22:32:28 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r563 r564 26 26 'tag' => __('Entries for a tag'), 27 27 'search' => __('Search result entries'), 28 'archive -month' => __('Month archive entries')28 'archive' => __('Month archive entries') 29 29 ); 30 30 … … 134 134 'tag' => null, 135 135 'search' => null, 136 'archive -month' => null136 'archive' => null 137 137 ); 138 138 -
themes/ductile/tpl/archive_month.html
r563 r564 57 57 58 58 <div class="content-inner"> 59 <tpl:Entries no_content="1">59 <tpl:Entries> 60 60 {{tpl:ductileEntriesList default="title"}} 61 61 </tpl:Entries> 62 62 </div> 63 63
Note: See TracChangeset
for help on using the changeset viewer.