Commit 1a26c326daf4d262e2f07267ce384a84ef4060ce

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent 26221bf6

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,7 +2,7 @@
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html> 3 <html>
4 <head> 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 <title><%= 6 <title><%=
7 (@page ? @page.name + ' - ' : '') + 7 (@page ? @page.name + ' - ' : '') +
8 (@profile ? @profile.name + ' - ' : '') + 8 (@profile ? @profile.name + ' - ' : '') +