function admin_theme_perm in Administration theme 6
Same name and namespace in other branches
- 5 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',
);
}