我想重寫默認的Sugar5主題,我相信它的工作。但它沒有接受我的CSS。我的主題目錄看起來像這樣糖CRM主題不會改變
主題/ mytheme的
主題/ mytheme的/ themedef.php
主題/ mytheme的/ CSS/
主題/ mytheme的/ CSS/style.css中
主題/ mytheme的/ themedef.php
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
[ legal boiler plate removed ]
********************************************************************************/
$themedef = array(
'parentTheme' => "Sugar5",
'name' => "mytheme",
'description' => "Enhanced Brands",
'version' => array(
'regex_matches' => array('6\.*.*'),
),
);
但它沒有接我的css文件夾 所以我進入config.php並將default_theme改爲mytheme 還是什麼都沒有。任何想法接下來呢?
我已經刪除了糖法律樣板。沒有必要在問題中包含這些內容,尤其是當它將實際的代碼隱藏在頁面的下方時。 – 2011-05-06 21:26:43
檢查您的用戶主題首選項與您的管理主題不衝突。這對我來說很有用。 – 2014-04-22 00:26:49