Files
smarty/tests/Include_Path/Plugins/include/function.plugin1.php
T

6 lines
85 B
PHP
Raw Normal View History

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