Sha256: a679b329c2a19faa723acc4448ee46ba8c849c31e61f5c6e21d76f0b7c928bce

Contents?: true

Size: 820 Bytes

Versions: 13

Compression:

Stored size: 820 Bytes

Contents

<!DOCTYPE>
<html>
  <head>
    <%= render_meta_data(:title_prefix => sitename_from_header_page, :title_seperator => "-") %>
    <%= stylesheet_link_tag "alchemy/standard_set", :media => :screen %>
    <%= stylesheet_link_tag "alchemy/standard_set", :media => :print %>
	</head>
	<body>
		<div id="page">
			<div id="language_select">
				<%= language_switches(:linkname => :code) %>
			</div>
			<div id="breadcrump">
        <%= render_breadcrumb :seperator => "<span>&nbsp;<&nbsp;</span>" %>
			</div>
      <div id="navigation">
        <%= render_navigation :all_sub_menues => true %>
      </div>
			<%= yield %>
			<div class="footer">
				<%= render_elements(
          :from_page => 'layout_footer',
          :only => ['footnote']
				) %>
			</div>
		</div>
		<%= alchemy_preview_mode_code %>
	</body>
</html>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/layouts/pages.html.erb
alchemy_cms-2.0.6.1 app/views/layouts/pages.html.erb
alchemy_cms-2.0.5 app/views/layouts/pages.html.erb
alchemy_cms-2.0.4 app/views/layouts/pages.html.erb
alchemy_cms-2.0.3.1 app/views/layouts/pages.html.erb
alchemy_cms-2.1.beta1 app/views/layouts/pages.html.erb
alchemy_cms-2.0.3 app/views/layouts/pages.html.erb
alchemy_cms-2.0.2 app/views/layouts/pages.html.erb
alchemy_cms-2.0.1 app/views/layouts/pages.html.erb
alchemy_cms-2.0 app/views/layouts/pages.html.erb
alchemy_cms-2.0.rc6 app/views/layouts/pages.html.erb
alchemy_cms-2.0.rc5 app/views/layouts/pages.html.erb
alchemy_cms-2.0.rc4 app/views/layouts/pages.html.erb