1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-01 23:58:11 +03:00
ifhub.club/templates/skin/developer/actions/ActionPage/page.tpl
2010-02-08 02:10:30 +00:00

16 lines
318 B
Smarty

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