예제 #1
0
파일: AView.php 프로젝트: kirkbauer2/kirkxc
 /**
  * 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;
 }