Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Do things depending on the type of content that is loading (useful in detail pages)
- #if($con.structure.velocityVarName == "calendarEvent")
- #set($title = $con.title)
- #elseif($con.structure.velocityVarName == "blog")
- #set($title = $con.title)
- #else
- #set($title = $HTMLPAGE_TITLE
- #end
Advertisement
Add Comment
Please, Sign In to add comment