function theme_dropbox_file_list in Dropbox Client 7.4
Same name and namespace in other branches
- 7 dropbox_client.module \theme_dropbox_file_list()
- 7.2 dropbox_client.module \theme_dropbox_file_list()
- 7.3 dropbox_client.module \theme_dropbox_file_list()
2 theme calls to theme_dropbox_file_list()
File
- ./
dropbox_client.module, line 438
Code
function theme_dropbox_file_list($vars) {
return theme('item_list', array(
'items' => $vars['files'],
));
}