Themes - Mura Docs v6

Themes

The theme folder contains more than just the files that customize the look and experience of your Mura website. The theme folder is also important in that it contains several update-safe locations for you to place your customizations.

It is also important to note that this is the primary location for over-rides. In other words, files placed here will override any other customizations you might have placed in other locations, such as the display_objects/custom folder.

  • /{SiteID}/includes/themes/{theme}/templates/: contains the templates that are available for any given site that is using this theme.
  • /{SiteID}/includes/themes/{theme}/templates/components/: contains the templates designed for “Components” that are available for any given site that is using this theme.
  • /{SiteID}/includes/themes/{theme}/display_objects/: contains display object files that have been packaged with this theme. Files placed here will automatically override any placed in the siteID /display_objects/custom/ folder and the /display_objects folder
  • /{SiteID}/includes/themes/{theme}/resourceBundles/: contains resource bundle files that have been packaged with this theme. You only need to add keys that are unique to this theme.