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
This TPL code
<title>{$smarty.config.navBarDelim|implode:$modules.NavBar->getNavBar(false)}</title>
translates to
<title><?php echo implode($_smarty_tpl->smarty->ext->_config->_getConfigVariable($_smarty_tpl, 'navBarDelim'),$_smarty_tpl->tpl_vars['modules']->value['NavBar']->getNavBar(false));?>
and causes this error:
--> Smarty: Smarty_Internal_Template->_getConfigVariable() undefined method <--
It was never a problem in all Smarty versions before.
The text was updated successfully, but these errors were encountered:
- bugfix {$smarty.config.foo} broken in 3.1.28 #120
f8ec3ec
The fix is now in the master branch
Sorry, something went wrong.
No branches or pull requests
This TPL code
translates to
and causes this error:
It was never a problem in all Smarty versions before.
The text was updated successfully, but these errors were encountered: