Skip navigation

Upgrading Themes

Upgrading a theme engine includes the replacement of all XSL files and the layout file and CSS for the content-centre. We recommended to use a graphical diff tool like Meld for upgrading a theme.
  • Copy the complete directory includes from the themes/mandalay directory to your development theme in themes/devel-themedir, overwriting all files. 
  • Copy the complete directory user from the themes/mandalay directory to your development theme in themes/devel-themedir
  • Replace the file css/screen/admin.css file in your theme with the file themes/mandalay/css/screen/admin.css
  • Replace the file layouts/content-center.xml in your theme with the file themes/mandalay/layouts/content-center.xml

If you have used an old version of Mandalay as foundation of your theme you don‘t have the file settings/css-files.xml. This file controls which CSS files are loaded for which application. You may have to move your CSS files from css/screen/global to css/screen. The global directory has been removed in recent versions of Mandalay.