Page MenuHomeCode

smarty_method_isconfigbooleanize.php
No OneTemporary

smarty_method_isconfigbooleanize.php

<?php
/**
* Smarty method IsConfigBooleanize
*
* is config booleanize mode
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* is config booleanize mode
*/
function Smarty_Method_IsConfigBooleanize($smarty)
{
return $smarty->config_booleanize;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:24 (1 d, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25713
Default Alt Text
smarty_method_isconfigbooleanize.php (284 B)

Event Timeline