繁体   English   中英

主题无法读取Drupal 7中的CSS文件路径,为什么?

[英]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。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM