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