Support mobile header and footer text for boards

This commit is contained in:
Kijin Sung 2016-04-24 22:16:51 +09:00
parent 2d833e5668
commit 0326971615
7 changed files with 46 additions and 11 deletions

View file

@ -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>