|
Revision 4196, 0.8 kB
(checked in by takayama, 3 months ago)
|
|
* Set svn keywords
|
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <mt:Ignore> |
|---|
| 2 | <__trans phrase="This is a custom set of widgets that are conditioned to serve different content based upon what type of archive it is included. More info: [_1]" params="http://www.movabletype.org/documentation/designer/widget-sets.html"> |
|---|
| 3 | </mt:Ignore> |
|---|
| 4 | <mt:If name="category_archive"> |
|---|
| 5 | <mt:IfArchiveTypeEnabled archive_type="Category-Monthly"> |
|---|
| 6 | <$mt:Include widget="<__trans phrase="Current Category Monthly Archives">"$> |
|---|
| 7 | </mt:IfArchiveTypeEnabled> |
|---|
| 8 | </mt:If> |
|---|
| 9 | <mt:IfArchiveTypeEnabled archive_type="Category"> |
|---|
| 10 | <$mt:Include widget="<__trans phrase="Category Archives">"$> |
|---|
| 11 | </mt:IfArchiveTypeEnabled> |
|---|
| 12 | <mt:IfArchiveTypeEnabled archive_type="Monthly"> |
|---|
| 13 | <$mt:Include widget="<__trans phrase="Monthly Archives">"$> |
|---|
| 14 | </mt:IfArchiveTypeEnabled> |
|---|