Że wolne i po śwętach to naszło mnie na naukę systemu Smarty

No i już na starcie mam problem

Mam pliczek o takim kodzie:
<?php // ładwanie biblioteki Smarty require_once(SMARTY_DIR.'Smarty.class.php'); $smarty = new Smarty(); $smarty->template_dir = '../../smarty/guestbook/templates/'; $smarty->compile_dir = '../../smarty/guestbook/templates_c/'; $smarty->config_dir = '../../smarty/guestbook/configs/'; $smarty->cache_dir = '../../smarty/guestbook/cache/'; $smarty->assign('name','Ned'); $smarty->display('index.tpl'); ?>
I wywala mi
Cytat
Warning: require_once(SMARTY_DIRSmarty.class.php) [function.require-once]: failed to open stream: No such file or directory in D:\Program Files\VertrigoServ\www\smarty\docs\guestbook\index.php on line 13
Fatal error: require_once() [function.require]: Failed opening required 'SMARTY_DIRSmarty.class.php' (include_path='.;D:\Program Files\VertrigoServ\Smarty') in D:\Program Files\VertrigoServ\www\smarty\docs\guestbook\index.php on line 13
Fatal error: require_once() [function.require]: Failed opening required 'SMARTY_DIRSmarty.class.php' (include_path='.;D:\Program Files\VertrigoServ\Smarty') in D:\Program Files\VertrigoServ\www\smarty\docs\guestbook\index.php on line 13
Zastanawiał mnie ten zapis: (...)path='.;D:\Progr.... z pliku php.ini usunąłem te znaki ( .; ) lecz to nic nie dało to przywróciłem...
Co tu może być nie tak?
Nadpiszę jeszcze że VertrigoServ z którego korzystam, ma zainstalowane Smarty.
Pozdrawiam!
P.S.
Którą książkę polecacie?
1. http://helion.pl/ksiazki/smarty.htm
2. http://helion.pl/ksiazki/sphplk.htm
Jak widać jestem jeszcze zielony w tematyce Smarty a z książek mi lepiej idzie niż z jakiś tutoriali na necie
