Closed (fixed)
Project:
jCarousel
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2009 at 05:42 UTC
Updated:
2 Aug 2009 at 23:10 UTC
Drupal: 6.12 clean
Theme: garland
I inserted the code example from readme.txt into page.tpl.php, but it does not work.
If you insert into the node with a php filter, it works.
What could be wrong?
Comments
Comment #1
ChemAli commentedThe base Javascript "jquery.js" and "drupal.js" not loaded after jcarousel_add() call!
Comment #2
ChemAli commentedComment #3
wim leersYou can't call this from page.tpl.php. That's too late. You have to do it from within a module.