function blank_degrees_perm

6.x blank_degrees.module blank_degrees_perm()
5.x blank_degrees.module blank_degrees_perm()

File

modules/blank_degrees/blank_degrees.module, line 223

Code

function blank_degrees_perm() {
  return array(
    'access_blank_degrees' => array(
      'title' => t('Access blank degrees'),
      'description' => t('This permission allows the user to view the blank degrees.'),
    ),
    "blank_degrees_view_url_options" => array(
      "title" => t("View URL options"),
      "description" => t("View URL options at the bottom of blank degrees"),
    ));
}