Sha256: b46801c599234ad97ab1ecb9c907f0e1ddc237c35b72c3eabd317d8446646848

Contents?: true

Size: 1.26 KB

Versions: 6

Compression:

Stored size: 1.26 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">
<head>
  <%= page_header %>
  <title><%=h page_title %></title>
  <%= stylesheet_link_tag '/stylesheets/theme/style.css', :media => 'all' %>
  <!--[if IE 6]>
      <%= stylesheet_link_tag '/stylesheets/theme/ie6.css', :media => 'all' %>
  <![endif]-->
</head>

<body>
  <div id="wrapper">
    <!-- start header -->
    <div id="header">
      <h1><%= link_to this_blog.blog_name, this_blog.base_url %></h1>
      <p class="desc"><%= this_blog.blog_subtitle %></p>
    </div>
    <!-- end header -->

    <div id="page">
      <div id="sidebar">
        <!-- sidebar components -->
        <%= render_sidebars %>
      </div>

      <div id="content">
        <%= @content_for_layout %>
        <%= javascript_tag 'show_dates_as_local_time()' %>
      </div>

      <div id="footer">
        <div class="wrap">
          <p id="legal">
          <%= _("Powered by %s", link_to('typo', 'http://typosphere.org')) %>
          <%= _("Designed by %s ", link_to('Hélène', 'http://www.o2sources.com/people/helene')) %>
          </p>
        </div>
      </div>
    </div>
  </div>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.5 themes/typographic/layouts/default.html.erb
typo-5.4.4 themes/typographic/layouts/default.html.erb
typo-5.4.3 themes/typographic/layouts/default.html.erb
typo-5.4.2 themes/typographic/layouts/default.html.erb
typo-5.4.1 themes/typographic/layouts/default.html.erb
typo-5.4 themes/typographic/layouts/default.html.erb