我已经复制了默认主题,但是js,css之类的资源仍然来自默认主题.
解决方法:
>将/ themes / sugar / *复制到/ custom / themes / myTheme /
>根据需要修改themedef.PHP文件:
$themedef = array(
'name' => "MySugar", // theme name
'description' => "Sugar theme for me", // optional, short description of the theme
'parentTheme' => "Sugar", // name of the theme this theme inherits from, in this case the Sugar theme
);
parentTheme是可选的,如果未提供,则使用Sugar的默认主题.
> / custom / themes / myTheme中的所有资源将覆盖parentTheme.
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。