<%= stylesheet_link_tag "themes/"+theme_name+"/application", :media => "all" unless theme_name.empty? %> <%= stylesheet_link_tag "application", :media=>"all" if theme_name.empty? %> <%= theme_stylesheet_link_tag "test", :media => "all" %> <% theme_stylesheet_link_tag "mod", :media=>"all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %>
<%= image_tag('/fetlogo90.png',{:style=>"float:left;height:50px",:height=>"50"}) %>

<%= yield %> <%= render 'layouts/login' %>