Home
last modified time | relevance | path

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

/plugin/glossary/
H A Dglossary.class.php29 var $recentDays; // time during the clock is display to indicate a nex definition variable in glossary
91 $this->recentDays = $this->getConf ('recentDays');
611 $recentTime = mktime (0, 0, 0, date ("n"), date ("j")-$this->recentDays, date ("Y"));
631 $opacity = ($delta)/($this->recentDays+1);