Created
March 19, 2014 13:32
-
-
Save bradrice/9641688 to your computer and use it in GitHub Desktop.
Pull list of categories from widget code
This file contains hidden or 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
#foreach($inode in $carouselCategory) | |
#if($velocityCount == 1) | |
#set($catlist = "categories:$categories.getCategoryByInode($inode).getCategoryVelocityVarName()") | |
#else | |
#set($catlist = "$catlist categories:$categories.getCategoryByInode($inode).getCategoryVelocityVarName()") | |
#end | |
#end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment