How can I return one element of an array? I read the documentation, but I guess I couldn't figure it out.
I want to do something like:
-- PHP --
$page = array ( 'title' => 'ZNews', 'chartset' => 'utf-8' );
-snip-
$TBS->MergeBlock ( 'page', $page );
-snip-
-- HTML --
Page title: [page.title]
|