4 lines
125 B
PHTML

<ul id="myMenu" class="contextMenu">
<?php echo $this->partialLoop('library/contextMenuPartial.phtml', $this->menu) ?>
</ul>