Commit ca663fcd authored by Eric Davis's avatar Eric Davis

Use image_path for the favicon instead to pick up asset hosts. #3301

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3899 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent dbb86453
......@@ -784,7 +784,7 @@ module ApplicationHelper
end
def favicon
"<link rel='shortcut icon' href='#{Redmine::Utils.relative_url_root}/favicon.ico' />"
"<link rel='shortcut icon' href='#{image_path('/favicon.ico')}' />"
end
private
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment