Open raelgc opened 3 years ago
Fixes #48.
Usage example:
$tpl->mapBlock('BLOCK_USERS', 'USER', $users);
is same as:
foreach($users as $u) { $tpl->USER = $u; $tpl->block('BLOCK_USERS'); }
Still missing a mention on README.
README
Fixes #48.
Usage example:
is same as:
Still missing a mention on
README
.