Noziro / MediaTracker

EXTREME ALPHA STATE. Track all of your media, from movies, to games, anime, books, and more. Official name TBD.
0 stars 0 forks source link

Move pagination creation into a function #31

Closed Noziro closed 3 years ago

Noziro commented 4 years ago

This way, you could create a pagination by simply calling the function. E.x: create_pagination($items, $per_page, $current_offset)

This will save a lot of work on keeping it consistent across pages.