This website requires JavaScript.
Explore
Help
Sign In
smarty-php
/
smarty
Watch
1
Star
0
Fork
0
mirror of
https://github.com/smarty-php/smarty.git
synced
2026-08-12 00:11:22 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2fc443806cdcaee4441be4d0bb09f8fa56a17f2c
smarty
/
tests
/
Include_Path
/
Plugins
/
include
/
function.plugin1.php
T
6 lines
85 B
PHP
Raw
Normal View
History
Unescape
Escape
Feature/merge smarty-phpunit into tests subfolder (
#580
)
2020-04-13 15:30:52 +02:00
<?
php
function
smarty_function_plugin1
(
$params
,
$template
)
{
return
'plugin1'
;
}
Reference in New Issue
Copy Permalink