Searched refs:useAvatar (Results 1 – 1 of 1) sorted by relevance
58 protected $useAvatar = null; variable in action_plugin_discussion868 if ($this->useAvatar()) {903 ($this->useAvatar() ? $this->getWidthStyle() : '') . '>', 6);972 protected function useAvatar() function in action_plugin_discussion974 if (is_null($this->useAvatar)) {975 $this->useAvatar = $this->getConf('useavatar')978 return $this->useAvatar;993 if ($this->useAvatar()) {