function elevatezoomplus_library in ElevateZoom Plus 7
Implements hook_library().
File
- ./
elevatezoomplus.module, line 50 - Provides ElevateZoomPlus integration.
Code
function elevatezoomplus_library() {
return elevatezoomplus()
->library();
}