Created
September 18, 2013 16:26
-
-
Save Reyjay/6611720 to your computer and use it in GitHub Desktop.
Display categories in a detail page in mura
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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