icon_rss.gif not in themes, is in content folder

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
Sorry not sure if this is a bug/minor niggle.

The icon for the rss is located /content/images/icon_rss.gif and not in the themes. To blend in with the design is difficult as visitors can choose colour scheme.


I found the line in the file

src="@Url.Content("~/content/images/icon_rss.gif")"

BUt what do i replace it with to make it look inside the theme?

but this issue is so small...... sorry you had to take time to read it, but if you can help would be great THANKS! :)
Il y a 13 ans
You could modify the view to use an element with a specific CSS class instead of an img.  Then your css file in the theme would have a relative path to the background-image.  It's how the icons in the header are handled (logout, shopping cart, admin)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.