removed redundant templates

This commit is contained in:
micmania1 2013-08-11 02:08:00 +01:00
parent d97ab8ce93
commit 8cb919fdd6
2 changed files with 0 additions and 24 deletions

View File

@ -1,21 +0,0 @@
<% if $PaginatedList.MoreThanOnePage %>
<nav class="BlogPagination">
<% if $PaginatedList.NotFirstPage %>
<a class="prev" href="$PaginatedList.PrevLink">Prev</a>
<% end_if %>
<% loop $PaginatedList.Pages %>
<% if $CurrentBool %>
$PageNum
<% else %>
<% if $Link %>
<a href="$Link">$PageNum</a>
<% else %>
...
<% end_if %>
<% end_if %>
<% end_loop %>
<% if $PaginatedList.NotLastPage %>
<a class="next" href="$PaginatedList.NextLink">Next</a>
<% end_if %>
</nav>
<% end_if %>

View File

@ -1,3 +0,0 @@
<aside class="sidebar unit size1of4">
$SideBar
</aside>