Closed (fixed)
Project:
jQuery plugins
Version:
6.x-1.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2008 at 15:26 UTC
Updated:
18 Jun 2008 at 16:05 UTC
hi I added "jquery_plugin_add('Cycle');" to my page.tpl.php and the dus not add the plugin what am I doing wrong?
<head>
<title><?php print $head_title; ?></title>
<?php print $head; ?>
<?php print $styles; ?>
<!--[if IE]>
<?php if (file_exists($directory . '/ie.css')): ?>
<link rel="stylesheet" href="<?php print $base_path . $directory; ?>/ie.css" type="text/css">
<?php else: ?>
<link rel="stylesheet" href="<?php print $base_path . $zentheme_directory; ?>/ie.css" type="text/css">
<?php endif; ?>
<![endif]-->
<?php jquery_plugin_add('Cycle'); print $scripts; ?>
</head>
Comments
Comment #1
marcus7777 commentedit just needed to be in the body
thanks