X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c1a2748a2d981e8c91f4fc69c6e67a31880d4c0d..8f8d580c7eae5973df1957acdbd84489d8a96e69:/app/views/layouts/main.rhtml diff --git a/app/views/layouts/main.rhtml b/app/views/layouts/main.rhtml index a1c9173..1542b84 100644 --- a/app/views/layouts/main.rhtml +++ b/app/views/layouts/main.rhtml @@ -4,6 +4,10 @@ <%= @page_title || "Selectricity" %> <%= stylesheet_link_tag "common", :media => "all" %> <%= stylesheet_link_tag "main", :media => "all" %> + <%= stylesheet_link_tag *(@stylesheets) %> + <%= stylesheet_link_tag "ie6hacks", :media => "all" if \ + request.methods.include?(:user_agent) and \ + request.user_agent =~ /msie\s(5\.[5-9]|[6]\.[0-9]*).*(win)/i %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %> @@ -15,6 +19,10 @@ :controller => 'site', :action => 'index' %>
+ <% if flash[:notice]%> +
<%= flash[:notice] %>
+ <% end%> + <%= @sidebar_content %>
@@ -41,9 +49,6 @@
- <% if flash[:notice]%> -
<%= flash[:notice] %>
- <% end%> <%= @content_for_layout %>