New title="" option in <v:template> - March 01, 2009
We've finally solved the problem of updating <title>
tags on pages that use templates. Simply put a title=
attribute in your <v:template>
tag and the contents of that attribute will be set in the parameter $title
. You can then print it back out in your template file by using <v:text param="title" />
.
For more information, check out http://docs.vaeplatform.com/v_template.