Posted by Rob Loach on February 17, 2009 at 6:38pm
| Project: | jCarousel |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Add a theme function to create the markup for you from an array of items and the carousel settings.
<?php
$items = array('WimLeers', 'RobLoach', 'chx', 'litwol', 'Rob_Feature', 'merlinofchaos');
$options = array('vertical' => TRUE);
echo theme('jcarousel', $items, $options);
?>
Comments
#1
#2
http://drupal.org/cvs?commit=172886
#3
Automatically closed -- issue fixed for 2 weeks with no activity.