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?
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.