Sha256: 0ffbb60c69aa38b67408f8520b05f16828f29ba8dc7235b3bcd7d8afcb0678ad

Contents?: true

Size: 612 Bytes

Versions: 25

Compression:

Stored size: 612 Bytes

Contents

<!DOCTYPE html>
<html>
  <%= render :partial => "/shared/head", :locals => {:theme => true} %>
  <body>
    <%= render :partial => "/shared/site_bar" %>
    <div id='page_container'>
      <div id='page'>
        <%= render :partial => "/shared/ie6check" if request.env['HTTP_USER_AGENT'] =~ /MSIE/ -%>
        <div id='header'>
          <%= render :partial => "/shared/header" %>
        </div>
        <div id='body' class='clearfix'>
          <%= yield %>
        </div>
        <div id='footer'>
          <%= render :partial => "/shared/footer" %>
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

25 entries across 24 versions & 3 rubygems

Version Path
pixarea-compass-themes-0.1.1 views/layouts/application.html.erb
pixarea-compass-themes-0.1.0 views/layouts/application.html.erb
refinerycms-theming-1.0.0 lib/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-theming-0.9.9.2 lib/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-theming-0.9.9.1 lib/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-theming-0.9.9 lib/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-theming-0.9.8.2 lib/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-0.9.7.15 vendor/plugins/themes/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-0.9.7.14 vendor/plugins/themes/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-theming-0.9.8.1 lib/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-theming-0.9.8 lib/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-0.9.7.13 vendor/plugins/themes/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-0.9.7.11 vendor/plugins/themes/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-0.9.7.10 vendor/plugins/themes/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-0.9.7.9 themes/demolicious/views/layouts/application.html.erb
refinerycms-0.9.7.9 vendor/plugins/themes/generators/refinery_theme/templates/views/layouts/application.html.erb
refinerycms-0.9.7.8 themes/demolicious/views/layouts/application.html.erb
refinerycms-0.9.7.7 themes/demolicious/views/layouts/application.html.erb
refinerycms-0.9.7.6 themes/demolicious/views/layouts/application.html.erb
refinerycms-0.9.7.5 themes/demolicious/views/layouts/application.html.erb