Re: [PHP] Announcement: Smarty template engine 1.3.1 released (1.3.1pl1)

2001-03-08 Thread Monte Ohrt
1.3.1pl1 fixed a bug with a missing function _syntax_error. Monte Ohrt wrote: > > Homepage: > http://www.phpinsider.com/php/code/Smarty/ > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP] Announcement: Smarty template engine 1.3.1 released

2001-03-07 Thread Monte Ohrt
Homepage: http://www.phpinsider.com/php/code/Smarty/ ChangeLog for 1.3.1: - document first, last, index_prev, index_next (Monte) - added 'first' and 'last' section properties. (Andrei) - split out compiling code to separate class for faster template execution time (Monte) -