You are here

function locale_admin_manage in Drupal 5

Same name and namespace in other branches
  1. 4 modules/locale.module \locale_admin_manage()

Page handler for the language management screen.

1 string reference to 'locale_admin_manage'
locale_menu in modules/locale/locale.module
Implementation of hook_menu().

File

modules/locale/locale.module, line 302
Enables administrators to manage the site interface languages.

Code

function locale_admin_manage() {
  include_once './includes/locale.inc';
  return drupal_get_form('_locale_admin_manage_screen');
}