Closed (fixed)
Project:
Basic
Version:
6.x-2.12
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2011 at 22:42 UTC
Updated:
12 Jul 2011 at 20:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
Liviu commentedI'm interested in this too. trying to make the first and last class appear on blocks, same as on zen theme.
Thank you for your support.
Comment #2
damiankloip commentedThe issue you are linking to is referring to D5. I think we would do this in a theme preprocess function instead for the blocks in D6 and D7.
Comment #3
damiankloip commentedHere is a patch to add first/last functionality to the D7 version, as this is the version I am currently using and thought it would want to be in there anyway! Also included in this patch is the fix for http://drupal.org/node/1085670
Comment #4
damiankloip commentedSteve, here is a D6 patch too... I have also corrected the indentation - hence the bigger patch!
Comment #5
damiankloip commentedThis change has been committed for both branches. first/last classes have been added to nodes in the D7 branch too.