mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Remove document context menu from default mobile skin, too #2415
This commit is contained in:
parent
f35ffad766
commit
28cc1fe113
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
<h1 cond="($module_info->display_mobile_title ?? '') !== 'hide'">{$oDocument->getTitle()}</h1>
|
<h1 cond="($module_info->display_mobile_title ?? '') !== 'hide'">{$oDocument->getTitle()}</h1>
|
||||||
{$oDocument->getContent(($module_info->display_popupmenu ?? '') !== 'hide')}
|
{$oDocument->getContent(false)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue