主题不能在drupal 7中读取我的css文件路径为什么?

时间:2013-04-07 12:01:59

标签: php drupal drupal-7 drupal-theming

为什么我在控制台中看到此错误?

 "NetworkError: 404 Not Found - http://localhost/drupal/tooltip/css/layout.css"

我的文件路径就像这样

           /* mytheme.info */
            stylesheets[all][]   = tooltip/css/layout.css
            stylesheets[all][]   = tooltip/css/typo.css

此文件位于我的主题文件夹

Folder: MYTHEME
   File: mytheme.info
   Folder: tooltip
       Folder: css
           File: layout.css
           File: typo.css

1 个答案:

答案 0 :(得分:2)

网址错误:localhost / drupal / tooltip / css / layout.css应为localhost / drupal / sites / all / themes / YOUR_THEME_FOLDER / tooltip / css / layout.css。