Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #set($categoryQuery = "")
- #if($admissionsSection.size() > 0)
- #set($categoryQuery = "+categories:")
- #end
- #foreach($categoryInode in $admissionsSection)
- #set($admissionsCat = $categories.getCategoryByInode($categoryInode))
- #set($categoryQuery = "$categoryQuery$admissionsCat.categoryVelocityVarName ")
- #end
Advertisement
Add Comment
Please, Sign In to add comment