Example #1
0
 /**
  * Return name of the error page file (.html)
  *
  * @return string
  */
 protected static function getErrorPageFileFromConfig()
 {
     return \Includes\Utils\Session::issetAdminCookie() ? \Includes\Utils\ConfigParser::getOptions(array('error_handling', 'page')) : \Includes\Utils\ConfigParser::getOptions(array('error_handling', 'page_customer'));
 }