function theme_dnd_library_wrapper in Scald: Media Management made easy 6
Same name and namespace in other branches
- 7 modules/library/dnd/dnd.module \theme_dnd_library_wrapper()
Theme the markup that will surround a library loaded via JSON.
File
- dnd/
dnd.module, line 181
Code
function theme_dnd_library_wrapper($settings, $element = NULL) {
return '<div id="' . $settings['library_id'] . '" class="dnd-library-wrapper"></div>';
}