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);
CommentFileSizeAuthor
#1 jcarouseltheme.patch3.89 KBRobLoach
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RobLoach’s picture

Status: Active » Needs review
FileSize
3.89 KB
RobLoach’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.