Remove document context menu from default mobile skin, too #2415

This commit is contained in:
Kijin Sung 2024-11-17 23:35:01 +09:00
parent f35ffad766
commit 28cc1fe113

View file

@ -1,2 +1,2 @@
<h1 cond="($module_info->display_mobile_title ?? '') !== 'hide'">{$oDocument->getTitle()}</h1>
{$oDocument->getContent(($module_info->display_popupmenu ?? '') !== 'hide')}
{$oDocument->getContent(false)}