what-did-they-say/classes/partials/_show-sample-transcript.inc

10 lines
297 B
PHP
Raw Normal View History

<html>
<head>
<?php foreach ($styles_to_include as $style) { ?>
<link rel="stylesheet" href="<?php echo $style ?>" type="text/css" />
<?php } ?>
</head>
<body>
2009-10-26 00:50:35 +00:00
<?php echo end(apply_filters('the_media_transcript', implode("\n", $sample_transcript), '')) ?>
</body>
</html>