function fe_paths_theme in File Entity Paths 7.2
Implements hook_theme().
File
- ./
fe_paths.module, line 85 - Contains functions for the File Entity Paths module.
Code
function fe_paths_theme() {
return array(
'fe_paths_config_table' => array(
'render element' => 'element',
'file' => 'fe_paths.admin.inc',
),
'fe_paths_config_data' => array(
'variables' => array(
'config' => NULL,
),
),
);
}