Changeset 18010
- Timestamp:
- 05/07/09 07:28:36 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/csDoctrineSlideshowPlugin/trunk/README
r17500 r18010 3 3 4 4 This plugin is for Doctrine only. It provides a Slideshow and Slide object for easy slideshow integration. The javascript 5 library incorporated into this plugin is jQuery Cycle. 5 library incorporated into this plugin is jQuery Cycle. You must include jQuery for this plugin to work. 6 6 7 7 How It Works plugins/csDoctrineSlideshowPlugin/trunk/modules/csSlideshow/actions/components.class.php
r18003 r18010 20 20 } 21 21 $this->images = sfConfig::get('app_slideshow_images'); 22 $this->buttonwidth = isset($this->buttonwidth) ? $this->buttonwidth : '20px';23 22 } 24 23