You are here

constant PAGINATION_TAG in Pagination (Node) 6

Same name and namespace in other branches
  1. 7 pagination.module \PAGINATION_TAG
1 use of PAGINATION_TAG
pagination_form_alter in ./pagination.module
@desc Implementation of hook_form_alter()

File

./pagination.module, line 15
pagination.module @desc Allow for arbitrary nodes to be paginated. administrators can set which nodes they wish to paginate, and the length of content required to split a node into pages. Alternatively, content creators can set manual break points…

Code

define('PAGINATION_TAG', 2);