Comments.php 103 B

1234567
  1. <?php
  2. class Comments extends Mustache {
  3. public function title() {
  4. return 'A Comedy of Errors';
  5. }
  6. }