mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 05:11:36 +01:00
prepend insert_ to insert tag functions
This commit is contained in:
@@ -494,7 +494,7 @@ class Smarty
|
||||
$arg_list[] = "'$arg_name' => $arg_value";
|
||||
}
|
||||
|
||||
return "<?php print $name(array(".implode(',', (array)$arg_list).")); ?>";
|
||||
return "<?php print insert_$name(array(".implode(',', (array)$arg_list).")); ?>";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user