%= stylesheet_link_tag 'blueprint/print.css', :media => "print" %> <%= stylesheet_link_tag %W{ reset styles blueprint/liquid_screen jquery/jquery.autocomplete jquery/jquery.fancybox admin }, :cache => 'admin_styles' %> <%= google_load_jquery_ui_css(http_protocol) %> <%= stylesheet_link_tag MuckEngine.muck_admin_css -%> <%= google_load_jquery(http_protocol) %> <%= google_load_jquery_ui(http_protocol) %> <%= javascript_include_tag %w{ jquery/jquery.form.js jquery/jquery.jgrowl.js jquery/jquery.tips.js jquery/jquery.fancybox.js muck.js application.js }, :cache => 'admin_js_cached' %> <%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %> <%= yield :head -%>