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


theme cant read my css file path in drupal 7 why?

为什么我在控制台看到这个错误?

 "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

URL错误:localhost/drupal/tooltip/css/layout.css应该是localhost/drupal/sites/all/themes/YOUR_THEME_FOLDER/tooltip/css/layout.css.