How to change sub-theme of zen to find files in other folders?

▼魔方 西西 提交于 2019-12-25 03:44:29

问题


Im using Zen as my base theme for creating custom themes in Drupal 6.

When I look at the source code of my sub-theme, I see that zen are searching for css files in the sub-theme's folder, at the current state it looks for its css files in :

/themes/zen/elementals/css/

how do I tell it to just search in /css folder ?

thanks!


回答1:


  1. Look at theme-settings.php file of zen theme.
  2. Try to implement THEMEHOOK_settings() function in your own template.php


来源:https://stackoverflow.com/questions/5334048/how-to-change-sub-theme-of-zen-to-find-files-in-other-folders

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!