mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Fix undefined variables in article page
This commit is contained in:
parent
6928abbe2c
commit
861135bd6c
4 changed files with 8 additions and 12 deletions
|
|
@ -1,2 +1,2 @@
|
|||
<h1 cond="$module_info->display_mobile_title != 'hide'">{$oDocument->getTitle()}</h1>
|
||||
{$oDocument->getContent($module_info->display_popupmenu != 'hide')}
|
||||
<h1 cond="($module_info->display_mobile_title ?? '') !== 'hide'">{$oDocument->getTitle()}</h1>
|
||||
{$oDocument->getContent(($module_info->display_popupmenu ?? '') !== 'hide')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue