You are here

function cloud_zoom_preset_name_load in Cloud Zoom 6

Preset loader. Used for Menu API wildcard loader.

File

./cloud_zoom.module, line 97
This module integrates the Cloud Zoom JQuery library from: http://www.professorcloud.com/mainsite/cloud-zoom.htm

Code

function cloud_zoom_preset_name_load($preset_name) {
  return cloud_zoom_get_settings($preset_name);
}