The "includes" Directory - Mura Docs v7.0

The "includes" Directory

The "includes" directory contains some important directories and files for Mura developers.

Directory or File Editable Description
{context}/{SiteID}/includes/display_objects/ No This directory contains the files Mura uses to render display objects in the browser. See The "display_objects" Directory section for more information.
{context}/{SiteID}/includes/resourceBundles/ No This directory contains ".properties" files containing locale-specific data as a way of internationalising Mura. See The "resourceBundles" Directory section for more information.
{context}/{SiteID}/includes/themes/ Yes This directory contains a site's themes. See The "themes" Directory section for more information.
{context}/{SiteID}/includes/Application.cfc Yes This file is used by experienced ColdFusion/CFML developers. See the Site "Application.cfc" File section for more information.
{context}/{SiteID}/includes/contentRenderer.cfc Yes This is the Site contentRenderer.cfc file. You can add site-specific methods here. This is covered in the Mura Developer Guide.
{context}/{SiteID}/includes/eventHandler.cfc Yes This is the Site eventHandler.cfc file. You can add site-specific event handlers/listeners here. This is covered in the Mura Developer Guide.