Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390939
modifier.noprint.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
337 B
Subscribers
None
modifier.noprint.php
View Options
<?php
/**
* Smarty plugin
* @package Smarty
* @subpackage PluginsModifier
*/
/**
* Smarty noprint modifier plugin
*
* Type: modifier<br>
* Name: noprint<br>
* Purpose: return an empty string
* @author Uwe Tews
* @param string
* @return string
*/
function
smarty_modifier_noprint
(
$string
)
{
return
''
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (2 h, 22 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25821
Default Alt Text
modifier.noprint.php (337 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment