function filefield_paths_theme in File (Field) Paths 6
Implements hook_theme().
File
- ./
filefield_paths.module, line 19 - Contains core functions for the FileField Paths module.
Code
function filefield_paths_theme() {
return array(
'filefield_paths_token_help' => array(
'arguments' => array(
'prefix' => '[',
'suffix' => ']',
),
),
);
}