Replaced orange feed/rss image by the blue one from our iconset, added file icon...
[citadel.git] / webcit / feed_generator.c
index 40ee30f7c33813cddf01026d2a5ce530f88d90c4..c94013fc56d596140311e1168c35afbccc9c3e00 100644 (file)
@@ -276,7 +276,7 @@ void tmplput_rssbutton(StrBuf *Target, WCTemplputParams *TP)
        CtdlEncodeBase64(encoded_link, feed_link, strlen(feed_link), 0);
 
        StrBufAppendPrintf(Target, "<a type=\"application/rss+xml\" href=\"/B64%s\">", encoded_link);
-       StrBufAppendPrintf(Target, "<img border=\"0\" src=\"static/rss_16x.png\" alt=\"RSS\">");
+       StrBufAppendPrintf(Target, "<img src=\"static/webcit_icons/essen/16x16/rss.png\" alt=\"RSS\">");
        StrBufAppendPrintf(Target, "</a>");
 }