Files

6 lines
85 B
PHP
Raw Permalink Normal View History

<?php
function smarty_function_plugin2($params, $template)
{
return 'plugin2';
}