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