Uwe.Tews
|
51cc106811
|
- fix that {$smarty.current_dir} returns correct value within {block} tags.
|
2009-07-21 16:26:11 +00:00 |
|
Uwe.Tews
|
581620d8cd
|
- fix on \n and spaces inside smarty tags
- removed request_use_auto_globals propert as it is no longer needed because Smarty 3 will always run under PHP 5
|
2009-06-22 14:23:21 +00:00 |
|
Uwe.Tews
|
f5aabcd47f
|
- added $smarty.current_dir which returns the current working directory
|
2009-06-18 18:51:21 +00:00 |
|
Uwe.Tews
|
ae3c3fce48
|
- fixed array access on super globals
- changed internal access to smarty object
|
2009-06-14 11:07:26 +00:00 |
|
Uwe.Tews
|
4c794a3d70
|
- the {function} tag can no longer overwrite standard smarty tags
- inherit functions defined by the {fuction} tag into subtemplates
- added {while <statement>} sytax to while tag
|
2009-04-28 15:37:13 +00:00 |
|