6 lines
179 B
HTML
6 lines
179 B
HTML
<div id="ajax_webpage" class="tinymce_html" style="margin: 10px;">
|
|
<div class="st_title">
|
|
<h2>{$webpage->getName()}</h2>
|
|
</div>
|
|
{$webpage->getContent()}
|
|
</div> |