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
In the current version 3.1.28-dev/76 I can't include a flexible file like this
{include file="includes/popup/options/popup_`$option`.tpl"}
because the following illegal code is produced:
$_smarty_tpl->smarty->ext->_subtemplate->render($_smarty_tpl, 'file:includes/popup/options/popup_".((string)$_smarty_tpl->tpl_vars['option']->value).".tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, true);
You will notice that the quotes are wrong.
The text was updated successfully, but these errors were encountered:
- bugfix {include} with variable file name like {include file="foo_`$…
aa73080
…bar`.tpl"} did fail in 3.1.28-dev #102
It's now fixed
Sorry, something went wrong.
5ca1cd4
No branches or pull requests
In the current version 3.1.28-dev/76 I can't include a flexible file like this
because the following illegal code is produced:
You will notice that the quotes are wrong.
The text was updated successfully, but these errors were encountered: