diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-09-20 16:00:28 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-09-20 16:00:28 +0200 |
| commit | ec3a00e5ab921862bcaa3396a51e75091c9369ad (patch) | |
| tree | 28b4ec7c7b0ddc385e9b8de8be3b7611163ff325 /libs/Smarty.class.php | |
| parent | b8acd7ea176bee219f65eed15721dbd23b3c24ed (diff) | |
| download | smarty-ec3a00e5ab921862bcaa3396a51e75091c9369ad.tar.gz smarty-ec3a00e5ab921862bcaa3396a51e75091c9369ad.tar.bz2 smarty-ec3a00e5ab921862bcaa3396a51e75091c9369ad.zip | |
- improvement new tags {block_parent} {block_child} in template inheritance
Diffstat (limited to 'libs/Smarty.class.php')
| -rw-r--r-- | libs/Smarty.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 51243054..1116bd4a 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -114,7 +114,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.31-dev/26'; + const SMARTY_VERSION = '3.1.31-dev/28'; /** * define variable scopes |
