I integrated knp bundle in my project but the buttons of the paginator is like that
how can i make the button like in my template
<div id="blog_pagination" class="pagination pagination-centered clearfix">
<a class="next page-numbers" href="#"><i class="ci_icon-chevron-left"></i></a>
<span class="page-numbers current">1</span>
<a class="page-numbers" href="#">2</a>
<a class="next page-numbers" href="#"><i class="ci_icon-chevron-right"></i></a>
</div>
According to the documentation, in the config file:
change the default template for the boostrap template:
for (boostrap 3)
or (boostrap 1 and 2)