I'm trying to create a custom Velocity Template for a banner which includes a breadcrumb but have no idea how to go about it. I've noticed the line which says #breadcrumb() in portal_normal.vm looks like a Velocity macro, but I cannot find the macro to try and replicate this.
Any ideas?
The highlevel layout of the whole portal is in the portal_normal.vm, which atleast in 6.1. calssic theme consists of div tags for heading, content and footer. The banner is between the
block. So you probably only need to move the
to the right place inside that block.
You could also divide the velocity macros to multiple files with
commands, which I just did :) Eg. I made own file for header, content and footer.