# HG changeset patch # User Brian Neal # Date 1321925108 0 # Node ID 9894f8cbb931502dbe1f7a7697c6753778142819 # Parent 61b81b97f02f9cbb30f807d14faa40e2f9a2a491 Adding Ariel's (DreadInBabylon) awesome new news topic icons. diff -r 61b81b97f02f -r 9894f8cbb931 gpp/news/fixtures/news_categories.json --- a/gpp/news/fixtures/news_categories.json Sun Nov 06 01:14:26 2011 +0000 +++ b/gpp/news/fixtures/news_categories.json Tue Nov 22 01:25:08 2011 +0000 @@ -3,7 +3,7 @@ "pk": 2, "model": "news.category", "fields": { - "icon": "news/categories/nch_articles.jpg", + "icon": "news/categories/Articles.png", "slug": "articles", "title": "Articles" } @@ -12,7 +12,7 @@ "pk": 3, "model": "news.category", "fields": { - "icon": "news/categories/nch_bands.jpg", + "icon": "news/categories/Bands.png", "slug": "bands", "title": "Bands" } @@ -21,7 +21,7 @@ "pk": 11, "model": "news.category", "fields": { - "icon": "news/categories/video.gif", + "icon": "news/categories/Featured_Video.png", "slug": "featured-videos", "title": "Featured Videos" } @@ -30,7 +30,7 @@ "pk": 4, "model": "news.category", "fields": { - "icon": "news/categories/nch_gear.jpg", + "icon": "news/categories/Gear.png", "slug": "gear", "title": "Gear" } @@ -39,7 +39,7 @@ "pk": 5, "model": "news.category", "fields": { - "icon": "news/categories/nch_interviews.jpg", + "icon": "news/categories/Interviews.png", "slug": "interviews", "title": "Interviews" } @@ -48,7 +48,7 @@ "pk": 6, "model": "news.category", "fields": { - "icon": "news/categories/nch_reviews.jpg", + "icon": "news/categories/Reviews.png", "slug": "reviews", "title": "Reviews" } @@ -57,7 +57,7 @@ "pk": 7, "model": "news.category", "fields": { - "icon": "news/categories/nch_showannoun.jpg", + "icon": "news/categories/Show_Announcements.png", "slug": "show-announcements", "title": "Show Announcements" } @@ -66,7 +66,7 @@ "pk": 8, "model": "news.category", "fields": { - "icon": "news/categories/nch_showreport.jpg", + "icon": "news/categories/Show_Reports.png", "slug": "show-reports", "title": "Show Reports" } @@ -75,7 +75,7 @@ "pk": 1, "model": "news.category", "fields": { - "icon": "news/categories/nch_sitenews.jpg", + "icon": "news/categories/Site_News.png", "slug": "site-news", "title": "Site News" } @@ -84,7 +84,7 @@ "pk": 9, "model": "news.category", "fields": { - "icon": "news/categories/nch_surfscene.jpg", + "icon": "news/categories/Surf_Scene_News.png", "slug": "surf-scene-news", "title": "Surf Scene News" } @@ -93,7 +93,7 @@ "pk": 10, "model": "news.category", "fields": { - "icon": "news/categories/nch_tab.jpg", + "icon": "news/categories/Guitar_Tabs.png", "slug": "tablature", "title": "Tablature" } diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Articles.png Binary file media/news/categories/Articles.png has changed diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Bands.png Binary file media/news/categories/Bands.png has changed diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Featured_Video.png Binary file media/news/categories/Featured_Video.png has changed diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Gear.png Binary file media/news/categories/Gear.png has changed diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Guitar_Tabs.png Binary file media/news/categories/Guitar_Tabs.png has changed diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Interviews.png Binary file media/news/categories/Interviews.png has changed diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Reviews.png Binary file media/news/categories/Reviews.png has changed diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Show_Announcements.png Binary file media/news/categories/Show_Announcements.png has changed diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Show_Reports.png Binary file media/news/categories/Show_Reports.png has changed diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Site_News.png Binary file media/news/categories/Site_News.png has changed diff -r 61b81b97f02f -r 9894f8cbb931 media/news/categories/Surf_Scene_News.png Binary file media/news/categories/Surf_Scene_News.png has changed