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
This commit is contained in:
Eric Davis 2010-07-30 19:18:33 +00:00
parent dbb8645353
commit ca663fcd10
1 changed files with 1 additions and 1 deletions

View File

@ -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