Internet magazine

Petr Bucek - Smarty
Testing done. Here, for example http://st.funsite.cz/test/index27.php
 using template: smarty->display(./templates/index27.tpl);
 and header template: hlavicka.tpl
From this was derived final templates for this whole CMS framework.

Code of the file index27.php

require_once(./templates/index27.tpl);

$user = array(OK, 5 , 7 , 8 ,2,12,1456,98,5,7);
$smarty->assign(user, $user);
$smarty->assign( tr, array(bgcolor=#eeeeee,bgcolor=#dddddd) );

smarty->display(./templates/index27.tpl);
?>


firstsecondthirdfourth
1234
5678
9