3
Hi,
It didn't work for me.
In DB%3ANewsArticle.html I found this code:
_tpl_vars['commentsnav']; ?>
_tpl_vars['lang_notice']; ?>
_tpl_vars['comment_mode'] == 'flat'): ?>
_tpl_vars;
$this->_smarty_include("db:system_comments_flat.html", array());
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
_tpl_vars['comment_mode'] == 'thread'): ?>
_tpl_vars;
$this->_smarty_include("db:system_comments_thread.html", array());
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
_tpl_vars['comment_mode'] == 'nest'): ?>
_tpl_vars;
$this->_smarty_include("db:system_comments_nest.html", array());
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
When I placed the code around this section, all I saw, was that my code was visible on the page!
Sorry, I'm not a PHP/Xoops expert. Am I doing something wrong?
Jakob