mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Support mobile header and footer text for boards
This commit is contained in:
parent
2d833e5668
commit
0326971615
7 changed files with 46 additions and 11 deletions
|
|
@ -1,2 +1,6 @@
|
|||
{$module_info->footer_text}
|
||||
<!--@if($m && $module_info->mobile_footer_text)-->
|
||||
{$module_info->mobile_footer_text}
|
||||
<!--@else-->
|
||||
{$module_info->footer_text}
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue