You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am upgrading an application which uses Smarty from 3.1.11 to 3.1.31 and I am having an odd problem. I have a class for my application which uses Smarty.
On Mar 16, 2018 1:53 PM, "uwetews" ***@***.***> wrote:
The fix is now in the master branch and will later be included in 3.1.32
However using the extends: resource with a sigle template file is not
needed and does create overhead.
Just use
$smarty->display('login.tpl');
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#419 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AP5WwhHCHbj-rynNAK4RoBRxIWRQV_0fks5te_wvgaJpZM4RcYgr>
.
Hello, I am upgrading an application which uses Smarty from 3.1.11 to 3.1.31 and I am having an odd problem. I have a class for my application which uses Smarty.
Here is one of the php scripts:
When requring the new version of Smarty the output is simply:
{extends file='extends:login.tpl' extends_resource=true}
When requiring the original version the output is the page as expected.
Any ideas?
The text was updated successfully, but these errors were encountered: