Search found 12 matches

by topdown
Sat Aug 21, 2010 6:04 am
Forum: [3.x] Rejected Event Requests
Topic: [RFC] hook assign_block_vars
Replies: 5
Views: 27332

[RFC] hook assign_block_vars

Name: hook_assign_block_vars
Rationale: This hook will allow someone to filter/add to a specified assign_block_vars allowing addition of vars in a specific loop.
Placement: includes/template.php
Input arguments: $block_name, $vararray = array(), $args = array()
Output format: array
Output ...
by topdown
Thu Jan 07, 2010 2:42 am
Forum: [3.x] Discussion
Topic: Redefining the style
Replies: 6
Views: 13362

Re: Redefining the style

I think a patch to the style.php would be best for the simple fact is that if all of the selectors were prefixed, it would be a mess for style authors to update.

Now on the other hand, my thought was a new Base style with the use of compatible HTML5 and CSS3 in preparation for future markup ...