function track_da_files_theme in Track da files 8
Same name and namespace in other branches
- 7 track_da_files.module \track_da_files_theme()
Implements hook_theme().
File
- ./
track_da_files.module, line 125 - This file contains Track da files main functions.
Code
function track_da_files_theme() {
return array(
'track_da_files_file_link' => array(
'variables' => array(
'file' => 'includes/track_da_files_formatter.inc',
'description' => NULL,
'attributes' => array(),
'entity_type' => NULL,
'entity_bundle' => NULL,
'entity_id' => NULL,
),
),
);
}