diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/category.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/yoga/category.tpl b/template/yoga/category.tpl index 39056d720..906db4dfa 100644 --- a/template/yoga/category.tpl +++ b/template/yoga/category.tpl @@ -130,6 +130,7 @@ </select> </li> <!-- END preferred_image_order --> + <a href="{U_CALENDAR}">Toggle calendar</a> </ul> <h2>{TITLE}</h2> @@ -141,6 +142,12 @@ <div class="navigationBar">{calendar.MONTHS_NAV_BAR}</div> <!-- END calendar --> +<!-- BEGIN calendar --> +<!-- BEGIN navbar --> +<div class="navigationBar">{calendar.navbar.BAR}</div> +<!-- END navbar --> +<!-- END calendar --> + <!-- BEGIN thumbnails --> <ul class="thumbnails"> <!-- BEGIN line --> |