Mercurial > public > sg101
changeset 497:9894f8cbb931
Adding Ariel's (DreadInBabylon) awesome new news topic icons.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 22 Nov 2011 01:25:08 +0000 |
parents | 61b81b97f02f |
children | b137a0966e4b |
files | gpp/news/fixtures/news_categories.json media/news/categories/Articles.png media/news/categories/Bands.png media/news/categories/Featured_Video.png media/news/categories/Gear.png media/news/categories/Guitar_Tabs.png media/news/categories/Interviews.png media/news/categories/Reviews.png media/news/categories/Show_Announcements.png media/news/categories/Show_Reports.png media/news/categories/Site_News.png media/news/categories/Surf_Scene_News.png |
diffstat | 12 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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" }