2012-05-21 04:58:26 +02:00
|
|
|
<% include BlogSideBar %>
|
|
|
|
|
|
|
|
<div id="BlogContent" class="blogcontent typography">
|
|
|
|
|
|
|
|
<% include BreadCrumbs %>
|
|
|
|
|
|
|
|
<% if SelectedTag %>
|
|
|
|
<h3><% _t('VIEWINGTAGGED', 'Viewing entries tagged with') %> '$SelectedTag'</h3>
|
|
|
|
<% else_if SelectedDate %>
|
|
|
|
<h3><% _t('VIEWINGPOSTEDIN', 'Viewing entries posted in') %> $SelectedNiceDate</h3>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<% if BlogEntries %>
|
|
|
|
<% control BlogEntries %>
|
2012-08-17 05:55:08 +02:00
|
|
|
<% include BlogSummary %>
|
2012-05-21 04:58:26 +02:00
|
|
|
<% end_control %>
|
|
|
|
<% else %>
|
2012-08-17 05:55:08 +02:00
|
|
|
<h2><% _t('NOENTRIES', 'There are no blog entries') %></h2>
|
2012-05-21 04:58:26 +02:00
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<% include BlogPagination %>
|
|
|
|
|
|
|
|
</div>
|