Closed WinterSilence closed 4 months ago
Normalize paths, fix errors in setLayout, protectedIncludeScope.
setLayout
protectedIncludeScope
func_get_arg(0) doesnt work, see example 3: protectedIncludeScope('foo.phtml', ['template' => 'not_foo.phtml'])
func_get_arg(0)
protectedIncludeScope('foo.phtml', ['template' => 'not_foo.phtml'])
Thanks for your contribution, but this PR cannot be merged anymore. Closing this as obsolete.
Normalize paths, fix errors in
setLayout
,protectedIncludeScope
.