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