Page MenuHomeCode

smarty_method_disableconfigreadhidden.php
No OneTemporary

smarty_method_disableconfigreadhidden.php

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

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 15:27 (22 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25894
Default Alt Text
smarty_method_disableconfigreadhidden.php (326 B)

Event Timeline