{{ list_articles length="9" ignore_issue="true" }}(...)
{ if $gimme->current_list->at_end }}{{* PAGINATION *}}{{ $pages=ceil($gimme->current_list->count/9) }}{{ $curpage=intval($gimme->url->get_parameter($gimme->current_list_id())) }}{{ if $pages gt 1 }}<div class="paging-holder">{{ if $gimme->current_list->has_previous_elements }}<a href="{{ uripath options="section" }}?{{ urlparameters options="previous_items" }}" class="prev"><span>< {{ #page# }} {{ #previous# }}</span></a>{{ /if }}<span class="paging">{{ for $i=0 to $pages - 1 }}{{ $curlistid=$i*9 }}{{ $gimme->url->set_parameter($gimme->current_list_id(),$curlistid) }}<a {{ if $curlistid == $curpage }} class="active"{{ /if }} href="{{ uripath options="section" }}?{{ urlparameters }}">{{ $i+1 }}</a></li>{{ $remi=$i+1 }}{{ /for }}</span>{{ if $gimme->current_list->has_next_elements }}<a href="{{ uripath options="section" }}?{{ urlparameters options="next_items" }}" class="next"><span>{{ #next# }} {{ #page# }} ></span></a>{{ /if }}</div><!-- / Pagination -->{{ $gimme->url->set_parameter($gimme->current_list_id(),$curpage) }}{{ /if }}{{ /if }}{{ /list_articles }}
It looks like you're new here. If you want to get involved, click one of these buttons!