public function send_http_headers()
 {
     parent::send_http_headers();
     header('Content-Type: text/css');
 }
 public function send_http_headers()
 {
     parent::send_http_headers();
     header('Content-Type: image/png');
 }
 public function send_http_headers()
 {
     parent::send_http_headers();
     header('Content-type: text/javascript');
 }