예제 #1
0
 protected function _getPicture()
 {
     if ($this->userInfo->getPictureUrl()) {
         return Mage::helper('inchoo_socialconnect/linkedin')->getProperDimensionsPictureUrl($this->userInfo->getId(), $this->userInfo->getPictureUrl());
     }
     return null;
 }