Tried to implement the code seen at the link below but can't get it to work. It just kills the page. Any help is appreciated. Thanks
http://drupal.org/node/293188

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Liviu’s picture

I'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.

damiankloip’s picture

The 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.

damiankloip’s picture

Here 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

damiankloip’s picture

Steve, here is a D6 patch too... I have also corrected the indentation - hence the bigger patch!

damiankloip’s picture

Status: Active » Fixed

This change has been committed for both branches. first/last classes have been added to nodes in the D7 branch too.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.