mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
wider pagination
This commit is contained in:
parent
460226d009
commit
35253f1954
@ -290,6 +290,7 @@ class Pastes extends CI_Model
|
||||
$config['base_url'] = site_url($root);
|
||||
$config['total_rows'] = $this->countPastes();
|
||||
$config['per_page'] = $amount;
|
||||
$config['num_links'] = 9;
|
||||
$config['full_tag_open'] = '<div class="pages">';
|
||||
$config['full_tag_close'] = '</div>';
|
||||
$config['uri_segment'] = $seg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user