mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-20 09:29:28 +01:00
6 lines
85 B
PHP
6 lines
85 B
PHP
|
|
<?php
|
||
|
|
function smarty_function_plugin2($params, $template)
|
||
|
|
{
|
||
|
|
return 'plugin2';
|
||
|
|
}
|