mirror of
https://github.com/smarty-php/smarty.git
synced 2026-08-10 07:21:31 +02:00
6 lines
85 B
PHP
6 lines
85 B
PHP
<?php
|
|
function smarty_function_plugin2($params, $template)
|
|
{
|
|
return 'plugin2';
|
|
}
|