Hi, I want to create a new custom theme in sugarCE, using enheritance. So I created a new folder "mytheme" in custom\themes. The themedef.php contains
and I copied and modified a gif image from the default template (and putted in mytheme\images, and modified to test if it changes in my layout.PHP Code:$themedef = array(
'name' => "MyTheme",
'description' => "My custom theme",
'parentTheme' => "Sugar5",
'version' => array(
'regex_matches' => array('6\.*.*'),
),
'group_tabs' => true,
);
I erased all the files inside cache\themes.
Then, in the admin section I activated the custom theme, but the inheritance seems to not work.
I also tried to create a new theme directly in the themes directory, with no success.
What i do wrong?
I'm working in WindowsVista using Xampp.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks