]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/Smarty/plugins/block.nocache.php
Release 6.5.0
[Github/sugarcrm.git] / include / Smarty / plugins / block.nocache.php
1 <?php
2 //implements Smarty 3 style {nocache}{/nocache} block to prevent caching of a section of a template.
3 //remove this upon upgrade to Smarty 3
4 function smarty_block_nocache($param, $content, &$smarty) {
5    return $content;
6
7 ?>