function locale_admin_manage_add in Localization client 5
Page handler for the language addition screen
1 string reference to 'locale_admin_manage_add'
- locale_menu in locale/
locale.module - Implementation of hook_menu().
File
- locale/
locale.module, line 366 - Enables administrators to manage the site interface languages.
Code
function locale_admin_manage_add() {
include_once './includes/locale.inc';
return _locale_admin_manage_add_screen();
}