You are here

constant VIEWS_ISOTOPE_CDN_PATH in Brainstorm profile 7

@file Load the isotope library and provide configuration and theme options.

3 uses of VIEWS_ISOTOPE_CDN_PATH
views_isotope_addjs in modules/custom/views_isotope/views_isotope.module
Function to add the right version of the js file.
views_isotope_check_library in modules/custom/views_isotope/views_isotope.module
Check for the library and return the appropriate scope.
views_isotope_requirements in modules/custom/views_isotope/views_isotope.install
Implements hook_requirements().

File

modules/custom/views_isotope/views_isotope.module, line 8
Load the isotope library and provide configuration and theme options.

Code

define('VIEWS_ISOTOPE_CDN_PATH', 'https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.2/isotope.pkgd.min.js');