コード例 #1
0
 public static function display()
 {
     if (Scaffold::option('typography')) {
         # Make sure we're sending HTML
         header('Content-Type: text/html');
         # Load the test suite markup
         Scaffold::view('scaffold_typography', true);
         exit;
     }
 }