diff --git a/templates/Layout/BlogTree.ss b/templates/Layout/BlogTree.ss new file mode 100644 index 0000000..59ee03a --- /dev/null +++ b/templates/Layout/BlogTree.ss @@ -0,0 +1,23 @@ +<% include BlogSideBar %> + +
+ + <% include BreadCrumbs %> + + <% if SelectedTag %> +

<% _t('VIEWINGTAGGED', 'Viewing entries tagged with') %> '$SelectedTag'

+ <% else_if SelectedDate %> +

<% _t('VIEWINGPOSTEDIN', 'Viewing entries posted in') %> $SelectedDate.Month $SelectedDate.Year

+ <% end_if %> + + <% if BlogEntries %> + <% control BlogEntries %> + <% include BlogSummary %> + <% end_control %> + <% else %> +

<% _t('NOENTRIES', 'There are no blog entries') %>

+ <% end_if %> + + <% include BlogPagination %> + +
\ No newline at end of file