Matthew Hawley
Well-known member
Matthew Hawley submitted a new resource:
FontAwesome Icon as RSS Icon - FontAwesome!
Read more about this resource...
FontAwesome Icon as RSS Icon - FontAwesome!
Since were replacing the image with css, the page will have one less image to load, which will result in a slight performance increase.
1. Go to PAGE_CONTAINER and place this somewhere in the <head>
Code:<link href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css" rel="stylesheet">
2. Go to node_forum_level_2 and find
Code:<a href="{xen:link forums/index.rss, $forum}"...
Read more about this resource...