<%= javascript_include_tag :defaults %> <%= stylesheet_link_tag '/designs/icons/default/style.css' %> <%= javascript_include_tag 'jquery-latest.js' %> <%= # Load the principal css files: stylesheet_import( %w( common button search forms profiles) ) + "\n" + stylesheet_import( %w( common button search forms profiles), :themed_source => true ) + "\n" + # Load the boxes's css file if each exists: import_blocks_stylesheets + stylesheet_import( "controller_"+ @controller.controller_name() ) + "\n" + stylesheet_import( "controller_"+ @controller.controller_name(), :themed_source => true ) %>
<%= yield %>