<%= yield(:feeds) %> <%= noosfero_javascript %> <%= stylesheet_link_tag noosfero_stylesheets, :cache => 'cache' %> <%= stylesheet_link_tag template_stylesheet_path %> <%= stylesheet_link_tag icon_theme_stylesheet_path %> <%= stylesheet_link_tag theme_stylesheet_path %> <%= stylesheet_link_tag jquery_ui_theme_stylesheet_path %> <% @plugins.enabled_plugins.each do |plugin| %> <% if plugin.stylesheet? %> <%= stylesheet_tag plugin.class.public_path('style.css'), {} %> <% end %> <% end %> <%# Add custom tags/styles/etc via content_for %> <%= yield :head %> <%= javascript_tag('render_all_jquery_ui_widgets()') %> <% @plugins.enabled_plugins.each do |plugin| %> <% plugin.js_files.each do |js_file| %> <%= javascript_src_tag plugin.class.public_path(js_file), {} %> <% end %> <% end %> " > <%= _("Go to the content") %> <%= @plugins.map(:body_beginning).collect do |content| content.respond_to?(:call) ? content.call : content end.join('\n') %>
<%= theme_header %>
<%=_('Press Enter to send the search query.')%>

<%= theme_site_title %>

<%= insert_boxes(yield) %>
<%= render_environment_features(:logged_in) %> <%= noosfero_layout_features %> <%= theme_javascript_ng %>