From eab8a101e7a3fcbb41e01a574985e06c5a3775de Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 18 Oct 2018 02:40:38 +0200 Subject: Updating Smarty --- .../smarty_internal_compile_block_parent.php | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lib/smarty3/sysplugins/smarty_internal_compile_block_parent.php (limited to 'lib/smarty3/sysplugins/smarty_internal_compile_block_parent.php') diff --git a/lib/smarty3/sysplugins/smarty_internal_compile_block_parent.php b/lib/smarty3/sysplugins/smarty_internal_compile_block_parent.php new file mode 100644 index 0000000..97f11ca --- /dev/null +++ b/lib/smarty3/sysplugins/smarty_internal_compile_block_parent.php @@ -0,0 +1,31 @@ + + */ +class Smarty_Internal_Compile_Block_Parent extends Smarty_Internal_Compile_Child +{ + /** + * Tag name + * + * @var string + */ + public $tag = 'block_parent'; + + /** + * Block type + * + * @var string + */ + public $blockType = 'Parent'; +} -- cgit v1.2.3