Files
smarty/tests/Include_Path/Plugins/include1/function.plugin2.php
T

6 lines
85 B
PHP
Raw Normal View History

2015-08-23 15:04:21 +02:00
<?php
function smarty_function_plugin2($params, $template)
{
return 'plugin2';
}