# sfJqueryCarousel plugin (for symfony 1.2) # This is a wrapper for the JQuery Carousel plugin found at [http://sorgalla.com/projects/jcarousel/] ## Installation ## * Install the plugin symfony plugin:install sfJqueryCarousel * Clear your cache symfony cc ## Configuration ## You can use the config/settings.yml to configure default settings of all your carousels. For per carousel customisation, put the desired configurations to the $options array. ## Using the helper ## Call the function * jq_carousel($name, $options = array(), $attributes = array())