[drupal-devel] [feature] Assign different class attributes to news from different feeds
31 Aug
2005
31 Aug
'05
12:17 p.m.
Issue status update for http://drupal.org/node/30087 Post a follow up: http://drupal.org/project/comments/add/30087 Project: Drupal Version: 4.6.0 Component: aggregator.module Category: feature requests Priority: normal Assigned to: Anonymous Reported by: scutari Updated by: scutari Status: patch (code needs review) Attachment: http://drupal.org/files/issues/submitted_aggregator_0.patch (637 bytes) Eache news item is wrapped in : $output .= "<div class=\"news-item\">\n"; To apply different CSS styles to different feeds I had to change that to: $output .= "<div class=\"news-item-".$item->fid."\" >\n"; The attached patch works fine (and applies fine, too) drupal 4.6.3. scutari
7599
Age (days ago)
7599
Last active (days ago)
0 comments
1 participants
participants (1)
-
scutari