Home
last modified time | relevance | path

Searched refs:_heading (Results 1 – 3 of 3) sorted by relevance

/plugin/subconfhelper/helper/
H A Dconfig.php18 …var $_heading = ''; // heading string written at top of config file - don't include com… variable in helper_plugin_subconfhelper_config
52 if (isset($config['heading'])) $this->_heading = $config['heading'];
/plugin/txtconf/
H A Dconfig0.class.php14 …var $_heading = ''; // heading string written at top of config file - don't include com… variable in configuration0
39 if (isset($config['heading'])) $this->_heading = $config['heading'];
100 if (empty($header)) $header = $this->_heading;
H A Dtxtconfig.class.php47 if (isset($config['heading'])) $this->_heading = $config['heading'];