* update TrinityCore components to return new Frontend objects - SmartAI => Markup - Conditions => Data Listview * update template files to accept the new Frontend objects
8 lines
219 B
PHP
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; ?>
|