modified.
This commit is contained in:
parent
87c631b868
commit
b9e60679c3
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{if !$commentPagination}
|
{if !$commentPagination}
|
||||||
|
|
||||||
<div class="">
|
|
||||||
<ul class="pagination">
|
<ul class="pagination">
|
||||||
<li class="prev disabled">
|
<li class="prev disabled">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<li class="next"> {if $last_link !=''}<a {$last_link}>»</a>{/if}</li>
|
<li class="next"> {if $last_link !=''}<a {$last_link}>»</a>{/if}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
|
||||||
<!--{if $first_link !=''}<li class="previous">-->
|
<!--{if $first_link !=''}<li class="previous">-->
|
||||||
<!---->
|
<!---->
|
||||||
<!--<a {$first_link}><span class="glyphicon glyphicon-fast-backward"></span></a></li>{/if} {if $pre_link !=''}<li><a {$pre_link} ><span class="glyphicon glyphicon-step-backward"></span></a></li>{/if} -->
|
<!--<a {$first_link}><span class="glyphicon glyphicon-fast-backward"></span></a></li>{/if} {if $pre_link !=''}<li><a {$pre_link} ><span class="glyphicon glyphicon-step-backward"></span></a></li>{/if} -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue