function scald_atom_thumbnail_path in Scald: Media Management made easy 7
Prepares and returns the default thumbnail path for an atom type.
See also
ScaldAtomController::getThumbnailPath()
File
- ./
scald.module, line 2724 - The Scald Core, which handles all Scald Registries and dispatch.
Code
function scald_atom_thumbnail_path($type) {
return ScaldAtomController::getThumbnailPath($type);
}