<?php
$this->layout()->setLayout('oapopup');
$this->placeholder("itemDiv")->set('<h3>' . $this->trackName . '</h3>');
?>

<table class="form full">
    <tr>
        <td>
            <pre class="borderOff"><div class="left-space track-lyrics-content"><?=html_entity_decode($this->lyrics)?></div></pre>
        </td>
    </tr>
</table>
