|
Revision 1747, 0.7 kB
(checked in by takayama, 20 months ago)
|
|
Fixed BugId:70282
* Fixed for nested category based archive count issue.
|
| Line | |
|---|
| 1 | <mt:IfArchiveTypeEnabled archive_type="Category-Monthly"> |
|---|
| 2 | <mt:ArchiveList archive_type="Category-Monthly"> |
|---|
| 3 | <mt:ArchiveListHeader> |
|---|
| 4 | <div class="widget-archive-current-category-monthly widget-archive widget"> |
|---|
| 5 | <h3 class="widget-header"><__trans phrase="[_1]: Monthly Archives" params="<$mt:CategoryLabel$>"></h3> |
|---|
| 6 | <div class="widget-content"> |
|---|
| 7 | <ul class="widget-list"> |
|---|
| 8 | </mt:ArchiveListHeader> |
|---|
| 9 | <li class="widget-list-item"><a href="<$mt:ArchiveLink$>"><__trans phrase="[_1]" params="<$mt:ArchiveTitle$>"></a></li> |
|---|
| 10 | <mt:ArchiveListFooter> |
|---|
| 11 | </ul> |
|---|
| 12 | </div> |
|---|
| 13 | </div> |
|---|
| 14 | </mt:ArchiveListFooter> |
|---|
| 15 | </mt:ArchiveList> |
|---|
| 16 | </mt:IfArchiveTypeEnabled> |
|---|