From 73fb79675e268f8f4b57cd925ae1e92026ff0e71 Mon Sep 17 00:00:00 2001 From: messju Date: Thu, 19 Jun 2003 16:25:19 +0000 Subject: [PATCH] fixed comments in smarty_include_php --- libs/core/core.smarty_include_php.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} */