Skip to content

Instantly share code, notes, and snippets.

View muracms's full-sized avatar

Mura muracms

View GitHub Profile
<cfscript>
// This determines what JavaScript library Mura should use with its built-in display objects. The options are Prototype and jQuery:
this.jslib='jquery';
// This allows you set start standard navigation behavior at lower navigation levels. For example, this would be useful if you have a section of your site that should have its own primary navigation:
this.navOffSet=0;
// This sets the maximum depth that standard navigation will follow:
this.navDepthLimit=1000;
<cfset myVar = 'Hello World!'>
<cfoutput>#myVar#</cfoutput>
/{siteID}/includes/display_objects/dsp_folder.cfm