Skip to content

Instantly share code, notes, and snippets.

@muracms
Created December 16, 2013 19:52
Show Gist options
  • Save muracms/7993211 to your computer and use it in GitHub Desktop.
Save muracms/7993211 to your computer and use it in GitHub Desktop.
/{SiteID}/includes/themes/MuraBootstrap/templates/inc/vertical_nav.cfm
/{SiteID}/includes/themes/MuraBootstrap/templates/inc/
#$.dspPrimaryNav(
viewDepth=1
, id='navPrimary'
, class='nav navbar-nav'
, displayHome='never'
, closeFolders=false
, showCurrentChildrenOnly=false
, liHasKidsClass='dropdown'
, liHasKidsAttributes=''
, liCurrentClass=''
, liCurrentAttributes=''
, liHasKidsNestedClass='dropdown-submenu'
, aHasKidsClass='dropdown-toggle'
, aHasKidsAttributes='role="button" data-toggle="dropdown" data-target="##"'
, aCurrentClass=''
, aCurrentAttributes=''
, ulNestedClass='dropdown-menu'
, ulNestedAttributes=''
, aNotCurrentClass=''
, siteid=$.event('siteid')
)#
<cfoutput>
<div class="well">
...
</div>
</cfoutput>
<!--- <cfinclude template="inc/navbar.cfm" /> --->
<cfinclude template="inc/vertical_nav.cfm" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment