##// END OF EJS Templates
Add a favicon link with support for suburi. #3301...
Eric Davis -
r3780:5f20bc240ee1
parent child
Show More
@@ -783,6 +783,10 module ApplicationHelper
783 end
783 end
784 end
784 end
785
785
786 def favicon
787 "<link rel='shortcut icon' href='#{Redmine::Utils.relative_url_root}/favicon.ico' />"
788 end
789
786 private
790 private
787
791
788 def wiki_helper
792 def wiki_helper
@@ -5,6 +5,7
5 <title><%=h html_title %></title>
5 <title><%=h html_title %></title>
6 <meta name="description" content="<%= Redmine::Info.app_name %>" />
6 <meta name="description" content="<%= Redmine::Info.app_name %>" />
7 <meta name="keywords" content="issue,bug,tracker" />
7 <meta name="keywords" content="issue,bug,tracker" />
8 <%= favicon %>
8 <%= stylesheet_link_tag 'application', :media => 'all' %>
9 <%= stylesheet_link_tag 'application', :media => 'all' %>
9 <%= javascript_include_tag :defaults %>
10 <%= javascript_include_tag :defaults %>
10 <%= heads_for_wiki_formatter %>
11 <%= heads_for_wiki_formatter %>
General Comments 0
You need to be logged in to leave comments. Login now