Sha256: e294693a4b15824681fdd74165bac55474e866909c2d9d16ba15f5aee50015c8

Contents?: true

Size: 767 Bytes

Versions: 4

Compression:

Stored size: 767 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  <title><%= @page_title %></title>
  <%= stylesheet_link_tag 'cms/application', 'cms/date_picker', 'cms/sitemap', 'cms/taglist' %>
  <%= javascript_include_tag "cms/application" %>
  <%= javascript_include_tag *cms_content_editor %>
  <%= csrf_meta_tags %>
  <script type="text/javascript">
    jQuery(function($){
      <% if protect_against_forgery? %>      
        $.cms.authenticity_token = '<%= form_authenticity_token %>'
      <% end %>
    })
  </script>
  <%= yield :html_head %>
</head>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
browsercms-3.5.7 app/views/layouts/cms/_head.html.erb
browsercms-3.5.6 app/views/layouts/cms/_head.html.erb
browsercms-3.5.5 app/views/layouts/cms/_head.html.erb
browsercms-3.5.4 app/views/layouts/cms/_head.html.erb