X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c1a2748a2d981e8c91f4fc69c6e67a31880d4c0d..931c5013597eca0dfe465f13f697ef867db22a91:/app/views/layouts/main.rhtml diff --git a/app/views/layouts/main.rhtml b/app/views/layouts/main.rhtml index a1c9173..5836b4f 100644 --- a/app/views/layouts/main.rhtml +++ b/app/views/layouts/main.rhtml @@ -4,6 +4,8 @@ <%= @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.user_agent =~ /MSIE 6/ %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %> @@ -15,6 +17,10 @@ :controller => 'site', :action => 'index' %>
+ <% if flash[:notice]%> +
<%= flash[:notice] %>
+ <% end%> + <%= @sidebar_content %>
@@ -41,9 +47,6 @@
- <% if flash[:notice]%> -
<%= flash[:notice] %>
- <% end%> <%= @content_for_layout %>