how should I do this with the zen template?

Comments

johnalbin’s picture

Status: Active » Fixed

From inside your template.php file, use drupal_add_js(). But don't call it from within a preprocess function because the theme engine will already have built the

tags for the page at that point.
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.