{template 'common/header'} {if $do == 'module'}
覆盖模块模板HTML或是内容时,需要在当前风格目录即“themes/mobile/{$_W['account']['template']}”下,新建同名模板,即可修改此模块模板内容。
{loop $templates $name $item} {loop $item $file} {php $targetfile = 'themes/mobile/'.$_W['account']['template']. '/' .$name.'/'.$file;} {/loop} {/loop}
源文件 覆盖文件
{$_W['modules'][$name]['title']}
/source/modules/{$name}/template/mobile/{$file} {$targetfile} 生成重定义模板
{elseif $do == 'designer'}

微站风格

{$template['title']}
./themes/mobile/{$template['name']}
风格基础图片存放的目录,如果为空则默认为./themes/mobile/{$template['name']}/images目录
首页背景 [indexbgcolor]
[indexbgimg]
[indexbgextra]
附加属性
上传背景图片后,需要提交生效
[fontfamily]
[fontsize]
[fontcolor]
[fontnavcolor]
[linkcolor]
扩展CSS 附加一些CSS样式

自定义属性

{loop $styles $style} {if !in_array($style['variable'], $systemtags)} {/if} {/loop}
添加新变量
{else}
已安装的风格
{/if} {template 'common/footer'}