Sha256: 879638ae447f128083af0968a71db8bb3ac9d929ce02c0aba3d2b5ec06646fc6

Contents?: true

Size: 1.24 KB

Versions: 13

Compression:

Stored size: 1.24 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <%= render :partial => "/shared/head", :locals => {:theme => true} %>
  <body>
    <div id="header">
      <div class="inside">
        <h2>
          <%= link_to RefinerySetting.find_or_set(:site_name, "Company Name"), root_url %>
        </h2>
        <p class="description">
          <%= link_to "Home", root_url %>
        </p>
      </div>
    </div>
    <div id='primary'>
      <div class='inside clearfix'>
        <%= yield %>
      </div>
    </div>
    <div id="ancillary">
      <div class="inside">
        <div class="block first" style='margin: 0;'>

        </div>
        <div class="block pages">
          <h2>
            Pages
          </h2>
          <%= render :partial => 'shared/menu' %>
          <div class="clear"></div>
        </div>
      </div>
      <hr class="hide" />
      <div id="footer">
        <div class="inside">
          <p style='clear: both; text-align: center;'>
             Copyright &copy; <%= Time.now.year %>
             <%= RefinerySetting.find_or_set(:site_name, "Company Name") %>
          </p>
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
refinerycms-0.9.6.33 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.32 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.31 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.30 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.29 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.28 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.27 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.26 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.25 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.24 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.23 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.22 themes/hemingway/views/layouts/application.html.erb
refinerycms-0.9.6.21 themes/hemingway/views/layouts/application.html.erb