Sketchfab-omeka-module/view/common/block-layout/sketchfab.phtml

14 lines
245 B
PHTML
Raw Normal View History

2021-06-22 10:19:26 +02:00
<div class="archive_org-wrap" style="position:relative;">
<?php
if ($title !== false && $title !== "") {
2021-06-22 11:37:19 +02:00
$title = sprintf('<p id="sketchfab-title">%s</p>', $title);
2021-06-22 10:19:26 +02:00
} else {
$title = false;
}
?>
2021-06-22 11:37:19 +02:00
<?= $sketchfab_iframe ?>
2021-06-22 10:19:26 +02:00
</div>