| changeset 1230 | 68c69c656a2c |
| parent 807 | 877f952ae2bd |
| 1229:5a6b6e770365 | 1230:68c69c656a2c |
|---|---|
308 */ |
308 */ |
309 protected function _getAvatarUrl() |
309 protected function _getAvatarUrl() |
310 { |
310 { |
311 $src = $this->_getGravatarUrl() |
311 $src = $this->_getGravatarUrl() |
312 . '/' |
312 . '/' |
313 . md5($this->getEmail()) |
313 . md5(strtolower(trim($this->getEmail()))) |
314 . '?s=' |
314 . '?s=' |
315 . $this->getImgSize() |
315 . $this->getImgSize() |
316 . '&d=' |
316 . '&d=' |
317 . $this->getDefaultImg() |
317 . $this->getDefaultImg() |
318 . '&r=' |
318 . '&r=' |