You are here

function i18n_path_admin_overview in Internationalization 7

Path overview page

1 string reference to 'i18n_path_admin_overview'
i18n_path_menu in i18n_path/i18n_path.module
Implements hook_menu()

File

i18n_path/i18n_path.admin.inc, line 10
Administration pages for path translation.

Code

function i18n_path_admin_overview($type = NULL) {
  module_load_include('admin.inc', 'i18n_translation');
  return i18n_translation_admin_overview('path');
}