Example #1
0
 /**
  * Use Debug
  * 
  * Allows the theme developer to determine whether errors 
  * in the config file should cause fatal errors.
  * 
  * @todo Consider removal
  * @deprecated 2.0.2 due to the OnePanelDebug object
  */
 public static function UseDebug()
 {
     self::$debug_mode = true;
 }