By somes on
my block tpl looks something like this - it all standard
[code]
print "block block-$block->module" " id="
print "block-$block->module-$block->delta"; ">
print $block->subject
print $block->content [/code]
After poking around I see that the content contain the ul and li tags but i can seem to find a way of adding independent classes to the ul and li
the contents output the ul and li as plain vanilla
[code]
- Sub 1
- Sub 2
- Sub 3
[/code]
been looking for an preprocess example of adding class tags to the ul but can seem to find an example of doing it
can anyone suggest a link or guidance in what i should be looking at