fixed comments in smarty_include_php

This commit is contained in:
messju
2003-06-19 16:25:19 +00:00
parent f869abbf9f
commit 73fb79675e

View File

@@ -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}
*/