luyadev/luya

View on GitHub
core/texttospeech/views/texttospeech.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
<?php

?>
<div id="<?= $id; ?>" class="<?= $containerClass; ?>">
<?php foreach ($buttons as $btn): ?>
    <button type="button" style="height:<?= $buttonSize; ?>px; width:<?= $buttonSize; ?>px;" class="<?= $buttonClass; ?> <?= $buttonClass; ?>-<?= $btn['id']; ?>" id="<?= $btn['id']; ?>"><?= $btn['content']; ?></button>
<?php endforeach; ?>
</div>