Page MenuHomeCode

smarty_method_isconfigreadhidden.php
No OneTemporary

smarty_method_isconfigreadhidden.php

<?php
/**
* Smarty method IsConfigReadHidden
*
* is config read hidden mode
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
*
* is config read hidden mode
*/
function Smarty_Method_IsConfigReadHidden($smarty)
{
return $smarty->config_read_hidden;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (23 h, 26 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25834
Default Alt Text
smarty_method_isconfigreadhidden.php (301 B)

Event Timeline