aowow/template/bricks/announcement.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

9 lines
245 B
PHP

<?php
namespace Aowow\Template;
foreach ($this->announcements as $a): ?>
<div id="announcement-<?=$a->id;?>"></div>
<script type="text/javascript">
<?=$a;?>
</script>
<?php endforeach; ?>