Hi
Thanks for your module, id like to add views code : my code is :
<?php
$view = views_get_view('newsteaser');
print views_build_view('embed', $view, $current_view->args, false, 5)
?>
How i can add this to jcarousel code
In the project page i have only a list
http://sorgalla.com/projects/jcarousel/
<div class="jcarousel-skin-name jcarousel-container">
<div disabled="disabled" class="jcarousel-prev jcarousel-prev-disabled"></div>
<div class="jcarousel-next"></div>
<div class="jcarousel-clip">
<ul class="jcarousel-list">
<li class="jcarousel-item-1">First item</li>
<li class="jcarousel-item-2">Second item</li>
</ul>
</div>
</div>
Anyone can provide some example with code will be great for beginners like me
Thank you
Comments
Comment #1
wim leersFor an example, see the Panels Tabs Style module.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.