This simple patch for better css-customization unit.

CommentFileSizeAuthor
adminblock-rtklinux-1.patch2.82 KBNe01eX@drupal.ru

Comments

frjo’s picture

Version: 5.x-1.0 » 5.x-1.x-dev
Category: support » feature
Status: Reviewed & tested by the community » Needs work

I can see the benefits of adding classes to the links and format them as a list. The patch hard code the html tags and that is not the Drupal way. Your html will also not validate.

You should make use of theme_links() function to build the list and add the classes as attributes to the l() function.

frjo’s picture

Status: Needs work » Closed (won't fix)