Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F1142121
modifiercompiler.noprint.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
431 B
Subscribers
None
modifiercompiler.noprint.php
View Options
<?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty noprint modifier plugin
*
* Type: modifier<br>
* Name: noprint<br>
* Purpose: return an empty string
*
* @author Uwe Tews
* @param array $params parameters
* @return string with compiled code
*/
function
smarty_modifiercompiler_noprint
(
$params
,
$compiler
)
{
return
"''"
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Aug 2, 05:50 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25969
Default Alt Text
modifiercompiler.noprint.php (431 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment