<%%= stylesheet_link_tag "/themes/#{Setting['theme']}/stylesheets/application.css", 'somatics/jstoolbar', :media => 'all' %> <%%#= stylesheet_link_tag 'somatics/context_menu', :media => 'all' %> <%%= javascript_include_tag 'somatics/prototype.js', "rails", 'somatics/effects.js', 'somatics/dragdrop.js', 'somatics/controls.js','somatics/base.js','somatics/select_list_move.js','somatics/context_menu.js' %> <%%= csrf_meta_tag %> <%%= include_tiny_mce_if_needed %>
<%% if current_user %>
  • <%%= t('Logged_in_as') %> <%%= link_to current_user.name, edit_admin_user_url(current_user) %>
  • <%%= link_to t('Logout'), destroy_user_session_url %>
<%% end %>
  • <%%= link_to t('Home'), '/' %>
  • <%%= link_to t('Admin_Panel'), admin_root_path %>
  • <%%= link_to t('Support'), 'http://support.inspiresynergy.com', :class => 'supports' %>
<%% if flash[:notice] %>
<%%= flash[:notice] %>
<%% end %> <%% if flash[:error] %>
<%%= flash[:error] %>
<%% end %> <%% if flash[:warning] %>
<%%= flash[:warning] %>
<%% end %> <%%= yield %>