diff options
author | redmatrix <git@macgirvin.com> | 2016-04-23 16:57:32 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-23 16:57:32 -0700 |
commit | ce45a1cf945617f3895fb3e40b13e6f705fbc000 (patch) | |
tree | 8d407ab11e8c4fdc4560cf67e0fd242f7f1544a0 /library/Smarty/NEW_FEATURES.txt | |
parent | 79c63e3cf44438a7f993b2ea1813b9234ea4d3f3 (diff) | |
parent | 9d698c08876169228b09e144f80c5311fcb0fa49 (diff) | |
download | volse-hubzilla-ce45a1cf945617f3895fb3e40b13e6f705fbc000.tar.gz volse-hubzilla-ce45a1cf945617f3895fb3e40b13e6f705fbc000.tar.bz2 volse-hubzilla-ce45a1cf945617f3895fb3e40b13e6f705fbc000.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'library/Smarty/NEW_FEATURES.txt')
-rw-r--r-- | library/Smarty/NEW_FEATURES.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/Smarty/NEW_FEATURES.txt b/library/Smarty/NEW_FEATURES.txt index 595dc4d3c..1a51c71d9 100644 --- a/library/Smarty/NEW_FEATURES.txt +++ b/library/Smarty/NEW_FEATURES.txt @@ -21,17 +21,17 @@ Smarty 3.1.28 fetch() and display() ===================== The fetch() and display() methods of the template object accept now optionally the same parameter - as the corresponding Smarty methods to get tne content of another template. + as the corresponding Smarty methods to get the content of another template. Example: $template->display(); Does display template of template object - $template->dispaly('foo.tpl'); Does display template 'foo.bar' + $template->display('foo.tpl'); Does display template 'foo.bar' File: resource ============== Multiple template_dir entries can now be selected by a comma separated list of indices. The template_dir array is searched in the order of the indices. (Could be used to change the default search order) Example: - $smarty->display([1],[0]foo.bar'); + $smarty->display('[1],[0]foo.bar'); Filter support ============== @@ -130,4 +130,4 @@ Smarty 3.1.22 Smarty::DEBUG_INDIVIDUAL will create for each display() and fetch() call an individual debug window. . -
\ No newline at end of file + |