By goodsanket on
Hi,
I have been trying ot develop a theme in drupal. It has tabs structure, I want the exact same strcture for tabs that jquery uses. But drupal is giving me some randoms divs in $content. that div has class like "field-items". Can anyone tel me from where this is coming??
Plus if there are any recommanded e-book for theme developement.
Comments
Got the answer
It was coming from cck's content-field.tpl.php file. Overidding the same solved my problem.
Cheers..
This is the entire definition
This is the entire definition of content-field.tpl.php:
The confusing and frustrating aspect is that the classes field-items , field-item are defined no where.
I searched the cascading style sheets looking for .field-item div fruitlessly.