开发者

How to add theme settings to Zen-based themes?

开发者 https://www.devze.com 2022-12-23 09:17 出处:网络
I\'m trying to place my own theme settings into a drupal subtheme. i\'ve used the forms API in theme-settings.php but they are not showing up in admin/build/themes/settings/$mytheme. my theme-settings

I'm trying to place my own theme settings into a drupal subtheme. i've used the forms API in theme-settings.php but they are not showing up in admin/build/themes/settings/$mytheme. my theme-settings.php is uploaded here in case you'd like to see it. what it does is choose vocabularies for categories and tags, ma开发者_StackOverflowking it easier to port wordpress blogs to drupal.


so, the thing seems to be in mytheme.info it seems i need to place a default value here in order to have the settings saved. but i guess it doesn't make any sense.

0

精彩评论

暂无评论...
验证码 换一张
取 消