2015-03-22 23:18:02 +01:00
|
|
|
<% require themedCSS('blog', 'blog') %>
|
|
|
|
|
|
|
|
<div class="blog-entry content-container <% if $SideBarView %>unit size3of4<% end_if %>">
|
|
|
|
|
2015-11-12 00:20:11 +01:00
|
|
|
<% include MemberDetails %>
|
2015-03-22 23:18:02 +01:00
|
|
|
|
2015-11-12 00:20:11 +01:00
|
|
|
<% if $PaginatedList.Exists %>
|
|
|
|
<h2>Posts by $CurrentProfile.FirstName $CurrentProfile.Surname for $Title:</h2>
|
|
|
|
<% loop $PaginatedList %>
|
|
|
|
<% include PostSummary %>
|
|
|
|
<% end_loop %>
|
|
|
|
<% end_if %>
|
2015-03-22 23:18:02 +01:00
|
|
|
|
2015-11-12 00:20:11 +01:00
|
|
|
$Form
|
|
|
|
$CommentsForm
|
|
|
|
|
|
|
|
<% with $PaginatedList %>
|
|
|
|
<% include Pagination %>
|
|
|
|
<% end_with %>
|
2015-03-22 23:18:02 +01:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2015-11-12 00:20:11 +01:00
|
|
|
<% include BlogSideBar %>
|