Page MenuHomeCode

smarty_method_isconfigoverwrite.php
No OneTemporary

smarty_method_isconfigoverwrite.php

<?php
/**
* Smarty method IsConfigOverwrite
*
* is config overwrite mode
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* is config overwrite mode
*/
function Smarty_Method_IsConfigOverwrite($smarty)
{
return $smarty->config_overwrite;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 15:27 (7 h, 47 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25835
Default Alt Text
smarty_method_isconfigoverwrite.php (279 B)

Event Timeline