You are here

function prev_next_permission in Previous/Next API 7.2

File

./prev_next.module, line 494
The previous next module indexes the previous and next nodes based upon user-selectable criteria and stores this index in the database for faster retrieval later.

Code

function prev_next_permission() {
  return array(
    'administer prev_next' => array(
      'title' => t('Administer the prev/next module for nodes, including re-indexing. This includes /admin/config/system/prev_next and admin/config/system/prev_next/re-index'),
    ),
  );
}