gpt4 book ai didi

php - 如何为 SugarCRM 6.1.0 创建新主题

转载 作者:搜寻专家 更新时间:2023-10-31 20:54:01 24 4
gpt4 key购买 nike

我想创建一个新主题 Sugar CRM 6.1.0。

我已经复制了默认主题,但是js,css等资源仍然来自默认主题。

我已经更改了 config.php 中的默认主题。

最佳答案

最简单的方法是使用其中一个 Sugar 主题并根据您的需要对其进行修改。

  • 将/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 中的所有资源将覆盖父主题。

有关详细信息,请参阅:http://developers.sugarcrm.com/docs/OS/6.1/-docs-Developer_Guides-Sugar_Developer_Guide_6.1.0-Chapter%204%20Customizing%20Sugar.html#9000992

关于php - 如何为 SugarCRM 6.1.0 创建新主题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4569387/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com