You are here

constant ADMIN_LANGUAGE_DEFAULT_PAGES in Administration Language 6

Same name and namespace in other branches
  1. 7 admin_language.module \ADMIN_LANGUAGE_DEFAULT_PAGES

@file Makes sure all admin pages are displayed in the preferred language of the administrator.

2 uses of ADMIN_LANGUAGE_DEFAULT_PAGES
admin_language_settings in ./admin_language.module
Settings form.
_admin_language_switch_language in ./admin_language.module
Determine whether the language needs to be switched on the current path.

File

./admin_language.module, line 8
Makes sure all admin pages are displayed in the preferred language of the administrator.

Code

define('ADMIN_LANGUAGE_DEFAULT_PAGES', "admin\nadmin/*\nadmin_menu/*\nnode/add/*\nnode/*/edit\nnode/*/devel\nnode/*/translate");