Exemple #1
0
 /**
  * Return url for iframe source
  *
  * @return string
  */
 public function getIframeSourceUrl()
 {
     if (!Mage_AdminNotification_Model_Survey::isSurveyUrlValid() || Mage::getSingleton('install/installer')->getHideIframe()) {
         return null;
     }
     return Mage_AdminNotification_Model_Survey::getSurveyUrl();
 }
Exemple #2
0
 /**
  * Return survey url
  *
  * @return string
  */
 public function getSurveyUrl()
 {
     return Mage_AdminNotification_Model_Survey::getSurveyUrl();
 }