json.phtml 76 B

1234
  1. <?php
  2. header('Content-Type: application/json');
  3. echo $this->content();
  4. ?>