I'm using a fresh Drupal install. In my page.tpl.php file, I have the standard:
<?php print $head; ?>
<?php print $styles; ?>
<?php print $scripts; ?>
And this works fine, most of the time. But when there is no user logged in, the scripts don't print, and no js is included in the page at all.
Is there a configuration option that I'm missing, or is this intended behavior, or what?