/**
  * Disable mobile frontend
  *
  * @return bool
  */
 private static function disable()
 {
     self::$enabled = false;
     return false;
 }