Hello Lynne,
Thanks for the reply.
Stupid question. Would I put the html like code into a plugin and reference it there, rather than a custom template file, or can I put the following sort of code into the custom template:
Code:
$templater = vB_Template::create('mytemplate');
$templater->register('my_var', $my_var);
$templater->register('my_array', $my_array);
$templater->render();
I think that is the main thing that confuses me as I'm unsure if that code can go in an template, or has to go in a plugin