bradrice
3/23/2012 - 6:43 PM

Get Categories

Get Categories

#foreach($inode in $staffAssociation)
    #if($velocityCount == 1)
         #set($catlist = $categories.getCategoryByInode($inode).getCategoryVelocityVarName())
    #else
         #set($catlist = "$catlist $categories.getCategoryByInode($inode).getCategoryVelocityVarName()")
    #end
#end