Skip to content

Instantly share code, notes, and snippets.

@Reyjay
Created September 18, 2013 16:26
Show Gist options
  • Save Reyjay/6611720 to your computer and use it in GitHub Desktop.
Save Reyjay/6611720 to your computer and use it in GitHub Desktop.
Display categories in a detail page in mura
<cfset rs=application.contentManager.getCategoriesByHistID(request.contentBean.getContentHistID())>
<cfloop query="rs">
#name#
</cfloop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment