Page MenuHomeCode

smarty_method_enableconfigreadhidden.php
No OneTemporary

smarty_method_enableconfigreadhidden.php

<?php
/**
* Smarty method EnableConfigReadHidden
*
* Enable config read hidden mode
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Enable config read hidden mode
*/
function Smarty_Method_EnableConfigReadHidden($smarty)
{
$this->smarty->config_read_hidden = true;
return;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 15:28 (22 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25884
Default Alt Text
smarty_method_enableconfigreadhidden.php (321 B)

Event Timeline