Add a theme function to create the markup for you from an array of items and the carousel settings.
$items = array('WimLeers', 'RobLoach', 'chx', 'litwol', 'Rob_Feature', 'merlinofchaos');
$options = array('vertical' => TRUE);
echo theme('jcarousel', $items, $options);
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jcarouseltheme.patch | 3.89 KB | robloach |
Comments
Comment #1
robloachComment #2
robloachhttp://drupal.org/cvs?commit=172886