コード例 #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;
 }