getLocale(); $logoFilename = Mage::getDesign() ->getFilename('images' . DS . 'moneybookers' . DS . 'banner_120_' . $locale . '.gif', array('_type' => 'skin')); if (file_exists($logoFilename)) { return $this->getSkinUrl('images/moneybookers/banner_120_'.$locale.'.gif'); } return $this->getSkinUrl('images/moneybookers/banner_120_int.gif'); } }