mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #2415 remove popup menu from document page content
This commit is contained in:
parent
75e9473724
commit
1e49a6aae0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<block cond="$oDocument">
|
||||
<h1 cond="($module_info->display_title ?? '') !== 'hide'">{$oDocument->getTitle()}</h1>
|
||||
{$oDocument->getContent(($module_info->display_popupmenu ?? '') !== 'hide')}
|
||||
{$oDocument->getContent(false)}
|
||||
</block>
|
||||
<block cond="!$oDocument">
|
||||
{$lang->none_content}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue