function units_ui_admin_paths in Units of Measurement 7.2
Same name and namespace in other branches
- 7 units_ui.module \units_ui_admin_paths()
Implements hook_admin_paths().
File
- ./
units_ui.module, line 27 - Provide UI for managing available units and conversions between them.
Code
function units_ui_admin_paths() {
return array(
'units-ui/*' => TRUE,
);
}