Skip to content

Commit

Permalink
EE 2.7.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
croxton committed Oct 8, 2013
1 parent 88b4810 commit f2915f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

* Author: [Mark Croxton](http://hallmark-design.co.uk/)

## Version 1.0.1
## Version 1.0.2

* Requires: ExpressionEngine 2.4+

Expand Down
Expand Up @@ -20,6 +20,18 @@ public function __construct($pagination_param = 'p')
$this->query_string_segment = $pagination_param;
$this->page_query_string = TRUE;
}

// --------------------------------------------------------------------

/**
* Instantiate a new pagination object
*
* @return object
*/
public function create($classname)
{
return new Pagination_object($classname);
}

// --------------------------------------------------------------------

Expand Down

0 comments on commit f2915f5

Please sign in to comment.