Files
grzanieplus.pl/plugins/stWebpagePlugin/modules/stWebpageFrontend/templates/theme/responsive/webpage_ajax.html
2025-03-12 17:06:23 +01:00

7 lines
306 B
HTML

<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<h4 class="modal-title">{$webpage->getName()}</h4>
</div>
<div class="modal-body tinymce_html">
{$webpage->getContent()}
</div>