%= yield :head %> <%= stylesheet_link_tag 'application' %>
<%= breadcrumbs %>
<%= yield :action_links %> <% if current_user %> Logged in as <%= current_user.name %> <%= link_to 'Logout', logout_path %> <% else %> <%= link_to 'Login', login_path %> <% end %>
<% if APP_CONFIG[:site_logo] %> <%= image_tag APP_CONFIG[:site_logo] %> <% else %> <%= APP_CONFIG[:site_name] %> <% end %>
<%= flash[:notice] %>
<%= yield %>
<%= javascript_include_tag 'jquery-1.3.2.js', 'jquery.livequery.js', 'balder' %> <%= yield :javascript %>