Active
Project:
Cloud Zoom
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2013 at 14:37 UTC
Updated:
14 Feb 2015 at 22:45 UTC
Jump to comment: Most recent
Library's CSS file never gets loaded on cloud_zoom.module, line 44 :
$library_base .'/cloud-zoom.css' => array('group' => JS_LIBRARY),
Should be replaced by
$path .'/cloud-zoom.css' => array('group' => JS_LIBRARY),
(I'm on drupal 7.22)
Comments
Comment #1
Anonymous (not verified) commentedI found this also to be the case. I think you need dirname rather than basename
Comment #2
lsolesen commentedRelated #2316937: cloud-zoom.css in site/all/libraries/cloud-zoom does not load properly