Weezy
Omarfarooq paste the code on a page with a filelis code
Weezy
Omarfarooq Copy the next and previous paging code below
<!--parser:xtscript-->
# Paging function
function paging_template $url;$page;$active_page;$total_pages;
# Only one page so exit
if $total_pages == 1
goto @end
endif
# Paging container
if $page == 1
endif
# Previous
if ($page+1) == $active_page
print <a class="full" href="$url"><b>« Previous</b></a>
# Next
elseif ($page-1) == $active_page
print <a class="full" href="$url"><b>Next »</b></a>
endif
if $page == $total_pages
endif
@end
endfunction
<!--/parser:xtscript-->
Copy code
Omarfarooq
Hellow boss i need ur help!
I need next and previous button code and how to set files inside and how to use it tanks... Waiting for ur respond shirtly...