Tom Christian
Active member
Is it possible to dynamically create a CSS template and add content to it via a template hook?
I tried this inside my hook:
$contents .= $template->create('tomTest');
but no luck.
Thanks.
I tried this inside my hook:
$contents .= $template->create('tomTest');
but no luck.
Thanks.