Beispiel #1
0
 /**
  * Flag if the favicon is displayed in the customer area
  *
  * If the custom favicon is defined then the favicon will be displayed
  *
  * @return boolean
  */
 protected function displayFavicon()
 {
     return parent::displayFavicon() || (bool) \XLite\Core\Config::getInstance()->CDev->SimpleCMS->favicon;
 }