我正在Drupal 7中构建自定义主题,我想为list of theme specific settings添加更多“功能”。
不幸的是,我似乎无法在文档中找到这样做的方法。我找到了guide for how to do it in Drupal 5 and 6,但它似乎不适用于D7(除非我在复制代码时犯了错误)。
答案 0 :(得分:2)
http://drupal.org/update/themes/6/7#theme-settings有帮助吗?还有Garland主题的例子,它使用hook_form_FORM_ID_alter()
方法。