我已经复制了默认主题,但是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.