Home
last modified time | relevance | path

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

/plugin/news/scripts/
H A Dnewsfeed.php18 global $newsChannelDescription;
60 $newsChannelDescription = $ini_array[$which]['description'] ; variable
73 if(!$newsChannelDescription && isset($conf['plugin']['news']['desc'])) {
74 $newsChannelDescription = $conf['plugin']['news']['desc']; variable
H A DfeedData.php16 global $newsChannelDescription;
182 global $newsChannelDescription;
183 if(!$newsChannelDescription) return 'DokuWiki News Feed';
184 return $newsChannelDescription;
/plugin/news/
H A Dadmin.php236 global $newsChannelDescription;
244 $newsChannelDescription = $ini_array[$which]['description'] ;
249 $newsChannelDescription = $this->getConf('desc');