<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
- <%= javascript_strings %>
<%= javascript_include_tag "site" %>
<%= javascript_include_tag "menu" %>
<!--[if lt IE 7]><%= javascript_include_tag "pngfix" %><![endif]--> <!-- thanks, microsoft! -->
<%= style_rules %>
<%= yield :head %>
<%= csrf_meta_tag %>
+ <script type="text/javascript">
+ I18n.defaultLocale = "<%= I18n.default_locale %>";
+ I18n.locale = "<%= I18n.locale %>";
+ I18n.fallbacks = true;
+ </script>
<title><%= t 'layouts.project_name.title' %><%= ' | '+ @title if @title %></title>
</head>