mirror of
https://github.com/smarty-php/smarty.git
synced 2026-08-09 06:52:24 +02:00
6 lines
85 B
PHP
6 lines
85 B
PHP
<?php
|
|
function smarty_function_plugin1($params, $template)
|
|
{
|
|
return 'plugin1';
|
|
}
|