function dropbox_client_theme in Dropbox Client 7.4
Same name and namespace in other branches
- 7 dropbox_client.module \dropbox_client_theme()
- 7.2 dropbox_client.module \dropbox_client_theme()
- 7.3 dropbox_client.module \dropbox_client_theme()
File
- ./
dropbox_client.module, line 430
Code
function dropbox_client_theme($existing, $type, $theme, $path) {
return array(
'dropbox_file_list' => array(
'variables' => array(
'files' => NULL,
),
),
);
}