<?php defined('KOOWA') or die ?> <div class="an-se-modal"> <h1><?=@$title?></h1> <?= @$body ?> <div class="an-se-buttons"> <?php foreach(@$buttons as $button) : ?> <?= $button ?> <?php endforeach; ?> </div> </div>