app/views/layouts/admin/_head.html.erb in muck-engine-3.2.10 vs app/views/layouts/admin/_head.html.erb in muck-engine-3.3.0
- old
+ new
@@ -1,20 +1,12 @@
<title><%= @page_title || MuckEngine.configuration.application_name %></title>
<meta http-equiv="content-type" content="text/xhtml; charset=utf-8" />
-<%= google_load_jquery_ui_css(http_protocol, 'smoothness', '1.8.9') %>
-<%= stylesheet_link_tag 'blueprint/print.css', :media => "print" %>
-<!--[if IE]><link rel="stylesheet" href="/stylesheets/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
-<%= stylesheet_link_tag %W{ reset styles blueprint/liquid_screen jquery/jquery.autocomplete jquery/jquery.fancybox admin }, :cache => 'admin_styles' %>
-<%= stylesheet_link_tag MuckEngine.configuration.muck_admin_css -%>
-<%= google_load_jquery(http_protocol, '1.5.1') %>
-<%= google_load_jquery_ui(http_protocol, '1.8.9') %>
-<%= javascript_include_tag %w{
- jquery/jquery.form.js
- jquery/jquery.jgrowl.js
- jquery/jquery.tips.js
- jquery/jquery.fancybox.js
- rails.js
- muck_admin.js
- muck.js
- application.js }, :cache => 'admin_js_cached' %>
+<meta http-equiv="imagetoolbar" content="no" />
+<meta name="distribution" content="all" />
+<meta name="robots" content="all" />
+<meta name="resource-type" content="document" />
+<meta name="MSSmartTagsPreventParsing" content="true" />
+<%= include_stylesheets :admin -%>
+<%= include_javascripts :admin -%>
<%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %>
-<%= yield :head -%>
+<%= yield :head -%>
+<%= csrf_meta_tag %>
\ No newline at end of file