Commit 9af4cb5c authored by Eric Davis's avatar Eric Davis

Merged r3899 from trunk

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@3902 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent df120e43
......@@ -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