mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
8 lines
274 B
Smarty
8 lines
274 B
Smarty
{if !empty($article)}
|
|
<div id="article-generic" class="left"></div>
|
|
<script type="text/javascript">//<![CDATA[
|
|
Markup.printHtml("{$article}", "article-generic", {ldelim}mode:Markup.MODE_ARTICLE{rdelim});
|
|
//]]></script>
|
|
|
|
<div class="pad2"></div>
|
|
{/if} |