コード例 #1
0
 public function send_http_headers()
 {
     parent::send_http_headers();
     header('Content-Type: text/css');
 }
コード例 #2
0
 public function send_http_headers()
 {
     parent::send_http_headers();
     header('Content-Type: image/png');
 }
コード例 #3
0
 public function send_http_headers()
 {
     parent::send_http_headers();
     header('Content-type: text/javascript');
 }