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-09 23:11:30 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a3b5e4eaf940d511f92e51802998c1f5f70680ca
smarty
/
tests
/
Include_Path
/
Plugins
/
include
/
function.plugin1.php
T
6 lines
85 B
PHP
Raw
Normal View
History
Unescape
Escape
Update for 3.1.28
2015-08-23 15:04:21 +02:00
<?
php
function
smarty_function_plugin1
(
$params
,
$template
)
{
return
'plugin1'
;
}
Reference in New Issue
Copy Permalink