author | Markus Bröker<broeker.markus@googlemail.com> |
Sat, 12 Dec 2015 12:34:01 +0100 | |
changeset 27 | 79be7d6a2765 |
parent 0 | 4869aea77e21 |
permissions | -rw-r--r-- |
<?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 * @return string with compiled code */ function smarty_modifiercompiler_noprint() { return "''"; }