{{ if $gimme->current_list->at_end && $gimme->current_list->count > $gimme->current_list->length }} {{php}} $this->assign("page",$_GET['ls-art1']); {{/php}} <div id="pagination"> {{ if $gimme->current_list->has_previous_elements }} <a href="{{ uri options="previous_items" }}">Previous</a> {{ else }} Previous {{ /if }} <ul class="numbers"> {{ list_articles columns="10" ignore_issue="true" ignore_section="false" }} {{ if $gimme->current_list->count > 10 }} {{ if $gimme->current_list->column == 1 }} {{ if $gimme->current_list->row*10-10 == $page }} <li>{{ $gimme->current_list->row }}</li> {{ else }} <li><a href="{{ uri options="section" }}?ls-art1={{ $gimme->current_list->row*10-10 }}">{{ $gimme->current_list->row }}</a></li> {{ /if }} {{ /if }} {{ /if }} {{ /list_articles }} </ul> {{ if $gimme->current_list->has_next_elements }} <a href="{{ uri options="next_items" }}">Next</a> {{ else }} Next {{ /if }} </div> {{ /if }}
It looks like you're new here. If you want to get involved, click one of these buttons!