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

marcus7777’s picture

Status: Active » Closed (fixed)

it just needed to be in the body

thanks