You are here

function admin_theme_perm in Administration theme 5

Same name and namespace in other branches
  1. 6 admin_theme.module \admin_theme_perm()

Implementation of hook_perm().

File

./admin_theme.module, line 11
Enable the administration theme on more pages then possible with Drupal's default administration page.

Code

function admin_theme_perm() {
  return array(
    'access admin theme',
  );
}