Page MenuHomeCode

smarty_method_enableconfigbooleanize.php
No OneTemporary

smarty_method_enableconfigbooleanize.php

<?php
/**
* Smarty method EnableConfigBooleanize
*
* Enable config booleanize mode
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Enable config booleanize mode
*/
function Smarty_Method_EnableConfigBooleanize($smarty)
{
$smarty->config_booleanize = true;
return;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:27 (1 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25886
Default Alt Text
smarty_method_enableconfigbooleanize.php (312 B)

Event Timeline