##// END OF EJS Templates
Use image_path for the favicon instead to pick up asset hosts. #3301...
Eric Davis -
r3785:ca663fcd10a2
parent child
Show More
@@ -784,7 +784,7 module ApplicationHelper
784 784 end
785 785
786 786 def favicon
787 "<link rel='shortcut icon' href='#{Redmine::Utils.relative_url_root}/favicon.ico' />"
787 "<link rel='shortcut icon' href='#{image_path('/favicon.ico')}' />"
788 788 end
789 789
790 790 private
General Comments 0
You need to be logged in to leave comments. Login now