forked from Public/pics
Replace generic alert, form and table templates with new Bootstrap equivalents
This commit is contained in:
@@ -112,7 +112,7 @@ class ViewPhotoAlbum extends HTMLController
|
||||
'base_url' => BASEURL . '/' . (isset($_GET['tag']) ? $_GET['tag'] . '/' : ''),
|
||||
'page_slug' => 'page/%PAGE%/',
|
||||
]);
|
||||
$this->page->adopt(new Pagination($index));
|
||||
$this->page->adopt(new PageIndexWidget($index));
|
||||
}
|
||||
|
||||
// Set the canonical url.
|
||||
|
||||
Reference in New Issue
Block a user