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

Status:active» needs review
AttachmentSize
jcarouseltheme.patch 3.89 KB

#2

Status:needs review» fixed

http://drupal.org/cvs?commit=172886

#3

Status:fixed» closed (fixed)

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