aowow/template/bricks/markup.tpl.php
Sarjuuk e943e27b5b Template/Update (Part 1)
* update TrinityCore components to return new Frontend objects
   - SmartAI => Markup
   - Conditions => Data Listview
  * update template files to accept the new Frontend objects
2025-09-25 15:32:59 +02:00

8 lines
219 B
PHP

<?php if ($markup): ?>
<div id="<?=$markup->getParent(); ?>" class="left"></div>
<script type="text/javascript">//<![CDATA[
<?=$markup;?>
//]]></script>
<div class="pad2"></div>
<?php endif; ?>