Merge pull request #42 from icmcnamara/embed-additional-head-tags
Add optional additional head tags support to embedpull/43/head
commit
b418d24c29
|
@ -9,6 +9,7 @@
|
|||
<?php for ($i = 0, $s = count($styles); $i < $s; $i++): ?>
|
||||
<link rel="stylesheet" href="<?php print $styles[$i]; ?>">
|
||||
<?php endfor; ?>
|
||||
<?php if (isset($additional_embed_head_tags)) { print implode("\n", $additional_embed_head_tags); } ?>
|
||||
</head>
|
||||
<body>
|
||||
<div class="h5p-content" data-content-id="<?php print $content['id']; ?>"></div>
|
||||
|
|
Loading…
Reference in New Issue