lib/storefront/helpers/head_helper.rb in storefront-0.2.1 vs lib/storefront/helpers/head_helper.rb in storefront-0.2.7

- old
+ new

@@ -191,18 +191,18 @@ end def content_type_tag(type = "text/html", charset = "UTF-8") meta_tag("Content-Type", "#{type}; charset=#{charset}") end - + def search_link_tag(href, title) link_tag({:rel => "search", :type => "application/opensearchdescription+xml", :href => href, :title => title}) end def favicon_link_tag(favicon = "/favicon.ico") link_tag({:rel => "shortcut icon", :href => favicon, :type => "image/x-icon"}) end - + def link_tag(options = {}) tag(:link, options) end private \ No newline at end of file