We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrade from 3.1.5 to 3.1.30-dev i have a problem:
File: admin/table.tpl
{block name="content"} .. some code.. {block name="table"} // ex. return: <b>12345</b> {/block} .. some code.. {/block}
File: admin/users.tpl
{extends file="admin/table.tpl"} {block name="table"} // ex. need return: <b>67890</b> {/block}
Result is 12345, but I need to value: 67890. Block table in admin/users.tpl is not extends.
table
The text was updated successfully, but these errors were encountered:
I can't reproduce your problem
$smarty->display('admin/users.tpl') does return the expected result of 67890
Sorry, something went wrong.
As this problem cant be reproduced I close this issue now
No branches or pull requests
After upgrade from 3.1.5 to 3.1.30-dev i have a problem:
File: admin/table.tpl
File: admin/users.tpl
Result is 12345, but I need to value: 67890.
Block
table
in admin/users.tpl is not extends.The text was updated successfully, but these errors were encountered: