the one at the homepage and that lotest_upload.php...the both
the one at the homepage and that lotest_upload.php...the both
Copy
<!--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
# Default button html
assign $button=<li><a class="$button_class" href="$url">$page</a></li>
# Paging container
if $page == 1
print <ul class="pager pager-lg">
endif
if ($page+1) == $active_page
print <li class="previous"><a href="$url">«Prev</a></li>
endif
if ($page-1) == $active_page
print <li class="next"><a href="$url">Next»</a></li>
endif
if $page == $total_pages
print </ul>
endif
@end
endfunction
<!--/parser:xtscript--><xt:filelist sort_type="updated" sort_dir="asc" per_page="10" filter="*.*" folder="/UPLOADS" template="<div class="zxfourborder"><br/><a href='/download&name=.file_name.&size=.file_size.&href=.file_url.'>.file_name_parsed.</a></div>"/>
Copy code the one at homepage is official to STRIKECODED.