1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-20 17:58:24 +03:00
ifhub.club/plugins/page/templates/skin/developer/actions/ActionPage/page.tpl

14 lines
275 B
Smarty

{assign var="noSidebar" value=true}
{include file='header.tpl'}
<div class="topic">
<div class="content">
{if $oConfig->GetValue('view.tinymce')}
{$oPage->getText()}
{else}
{$oPage->getText()|nl2br}
{/if}
</div>
</div>
{include file='footer.tpl'}