You are here

function mobile_codes_mobile_codes_settings_alter in Mobile Codes 6.2

Same name and namespace in other branches
  1. 7.2 includes/mobile_codes.inc \mobile_codes_mobile_codes_settings_alter()

Implements hook_mobile_codes_settings_alter().

File

includes/mobile_codes.inc, line 10
Mobile Codes module integration.

Code

function mobile_codes_mobile_codes_settings_alter($settings) {
  $settings['url']['alias'] = array(
    'label' => t('Use path alias'),
    'description' => t('Use a path alias if it exists (e.g. node/1 -> section/title)'),
  );
}