<%= stylesheet_link_tag 'display' %> <%# = javascript_include_tag "prototype", "effects", "lowpro", "application" %> <% unless @feed_icons.blank? -%> <% @feed_icons.each do |feed| -%> <%= auto_discovery_link_tag :rss, feed[:url], :title => "Subscribe to '#{feed[:title]}'" %> <% end -%> <% end -%> <%= render 'shared/fixed_header' %>
<%= hubssolib_flash_tags -%>
<%= content_tag 'p', h(flash[:notice]), :class => 'notice' if flash[:notice] %> <%= content_tag 'p', h(flash[:error]), :class => 'notice error' if flash[:error] %> <%= @content_for_layout %>

<%= render 'shared/fixed_sidebar' %>

<%= @content_for_right %>

Options

  • <%= link_to 'Forums', home_path, :rel => 'home' %>
  • <% if current_user && current_user != 0 && current_user.admin? -%>
  • <%= link_to 'Users', users_path %>
  • <% end -%> <% if logged_in? %>
  • <%= link_to "Logout", "/hub/account/logout" %>
  • <% else %>
  • <%= link_to "Login", "/hub/account/login" %>
  • <% end %>
<%= render 'shared/fixed_footer' %>