-if @m_odr
-@title = @m_odr.name
-@description = @m_odr.description
-@products_controllers = ["ProductOrdersController", "ProductsController","ProductCategoriesController", "ProductCustomersController", "ProductCustomersAuthsController" ]
-@facebook_title = @facebook_title || @title
- @twitter_title = @twitter_title || @title
-@menu_shadow=true
-@lang = @lang || LangSite.first
-if !@facebook_img or @facebook_img == ""
-@facebook_img= ""
!!!
- @social_url = @social_url || request.url.to_s
-if @description and @description == ""
- @description = qit "SEO texte description par défaut",""
%html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"}
%head
=render :partial => "public/shared/ga"
-@title = strip_tags(@title.to_s)
%title=@title.to_s
%meta{:name=>"viewport", :content=>"width=device-width,initial-scale=1"}
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
%meta{ :"name" => "Description", :content => @description }
%meta{ :"name" => "Keywords", :content => @keywords }
=raw ''
=raw ''
=raw ''
=raw ''
=raw ''
=raw ''
=raw ''
=raw ''
-if @facebook_img
=raw ''
=raw ''
=raw ''
=raw ''
= javascript_include_tag "public"
= csrf_meta_tag
= stylesheet_link_tag 'public', :media => :all
%body
=render partial: 'public/shared/header'
=render partial: 'public/shared/flashes'
.content
=yield
=render partial: 'public/shared/footer'