1

I'm building a custom theme in Drupal 7 and I'd like to add more "features" to the list of theme specific settings.

Unfortunately I can't seem to find a way of doing this in the docs. I've found the guide for how to do it in Drupal 5 and 6, but it doesn't seem to work for D7 (unless I made a mistake while copying the code).

4

1 に答える 1

2

http://drupal.org/update/themes/6/7#theme-settingsは役に立ちますか? hook_form_FORM_ID_alter()メソッドを使用する Garland テーマの例もあります。

于 2011-01-27T22:44:00.447 に答える