<!-- BEGIN something -->
{BLOCK_VAR}
<!-- END something -->
I have my template script done I am using the phpLIB script but their blocks aren't exactly what I want. I want a function that I could do this:
$template->assign_block_vars('NAME OF BLOCK', array(
'BLOCK_VAR' => 'text')
);
I have the script so that I can do the {STUFF} and it works but I need it to work with the blocks. where it says the NAME OF BLOCK that is what would go into the something in the example before.
If you want my template script please ask but if anyone knows how to code blocks that would be really appreciated.
dEcade
