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

14 lines
345 B
PHP

<?php
namespace Aowow\Template;
use \Aowow\Lang;
if ($this->book): ?>
<div class="clear"></div>
<h3><?=Lang::item('content'); ?></h3>
<div id="book-generic"></div>
<script>//<![CDATA[
<?=$this->book; ?>
//]]></script>
<?php endif; ?>