<%= stylesheet_link_tag 'http://theme.instedd.org/theme/stylesheets/theme.css' %> <%= javascript_include_tag 'http://theme.instedd.org/theme/javascripts/theme.js' %> <% if Rails::version < '3.1' %> <%= stylesheet_link_tag "/stylesheets/#{application_name.underscore}.css" %> <%= javascript_include_tag :defaults, "rails.validations" %> <%= csrf_meta_tag %> <% else %> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <% end %> <%= yield(:head) %> <%= render :partial =>"shared/analytics" %> <%= flash_message %>
<%= yield(:right_menu) %>
<%= yield(:content).presence or yield %>