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-19 19:53:19 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7eff7d6fb00aab264b2bfe33211285082934cbcf
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