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

6 lines
85 B
PHP
Raw Normal View History

<?php
function smarty_function_plugin1($params, $template)
{
return 'plugin1';
}