You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
Blair2004 edited this page Oct 31, 2014
·
2 revisions
Description : Display a pagination HTML code for given parameters. Accepts 2 parameters. First (required) is a pagination Array. This function listens to the $_GET['limit'] existence to limit pagination length. This function is usually used on back-end, for module or theme with Tendoo interface. The second parameter is the class wich will be used as class attribute for main pagination container.
Example :<?php bootstrap_pagination_parser( $given_array );?>