Active
Project:
Studio theme pack
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
21 May 2009 at 21:27 UTC
Updated:
23 May 2009 at 05:11 UTC
The work done with theme_render_attributes in order to bring all attributes into preprocess is awesome and makes life so much easier. The idea is to bring all of this functionality into Studio by providing the default views template files along with the needed preprocess functions. None of the default views classes will be removed, only moved into preprocess.
This will allow for infinite control over all attribute output within views template files through preprocess. The addition and removal of classes can then be handled through preprocess without the need to create additional template files.
Comments
Comment #1
ultimateboy commentedComment #2
coltrane+1!
Comment #3
jacineI would love to see this function in core so modules and themes can use it and benefit from it out of the box.