diff --git a/libs/core/core.smarty_include_php.php b/libs/core/core.smarty_include_php.php index 66436f95..9f510a29 100644 --- a/libs/core/core.smarty_include_php.php +++ b/libs/core/core.smarty_include_php.php @@ -8,11 +8,11 @@ /** * called for included php files within templates * - * @param string $_smarty_include_php_file - * @param string $_smarty_assign variable to assign the included template's + * @param string $smarty_file + * @param string $smarty_assign variable to assign the included template's * output into - * @param boolean $_smarty_once uses include_once if this is true - * @param array $_smarty_include_vars associative array of vars from + * @param boolean $smarty_once uses include_once if this is true + * @param array $smarty_include_vars associative array of vars from * {include file="blah" var=$var} */