mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
8 lines
243 B
HTML
8 lines
243 B
HTML
<!--@if($oDocument && $oDocument->isExists())-->
|
|
<!--@if(($module_info->display_title ?? '') !== 'hide')-->
|
|
<h1>{$oDocument->getTitle()}</h1>
|
|
<!--@endif-->
|
|
{$oDocument->getContent(false)}
|
|
<!--@else-->
|
|
{$lang->none_content}
|
|
<!--@endif-->
|