mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
fixed comments in smarty_include_php
This commit is contained in:
@@ -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}
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user