Commit 1a26c326daf4d262e2f07267ce384a84ef4060ce
Committed by
Antonio Terceiro
1 parent
26221bf6
Exists in
master
and in
29 other branches
Fixed path to favicon theme on slideshow
(ActionItem1688)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/slideshow.rhtml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | 3 | <html> |
4 | 4 | <head> |
5 | - <link rel="shortcut icon" href="<%= '/designs/themes/' + current_theme + '/images/favicon.ico' %>" type="image/x-icon" /> | |
5 | + <link rel="shortcut icon" href="<%= image_path(theme_favicon) %>" type="image/x-icon" /> | |
6 | 6 | <title><%= |
7 | 7 | (@page ? @page.name + ' - ' : '') + |
8 | 8 | (@profile ? @profile.name + ' - ' : '') + | ... | ... |