{template 'common/header'} {if $do != 'module'} {/if} {if $do == 'module'}
覆盖模块模板HTML或是内容时,需要在当前风格目录即“app/themes/{$currentTemplate}”下,新建同名模板,即可修改此模块模板内容。
{loop $templates $name $item} {loop $item $file} {php $targetfile = 'app/themes/' . $currentTemplate . '/' .$name.'/'.$file;} {/loop} {/loop}
源文件 覆盖文件
{$modules[$name]['title']}
/addons/{$name}/template/mobile/{$file} {$targetfile} 生成重定义模板
{/if} {if $do == 'designer'}
微站风格
风格基础图片存放的目录,如果为空则默认为./app/themes/{$template['name']}/images目录
{php echo tpl_form_field_color('style[indexbgcolor]', $styles['indexbgcolor']['content'])} 背景颜色 [indexbgcolor] 附加属性 [indexbgextra] {php echo tpl_form_field_image('style[indexbgimg]', $styles['indexbgimg']['content'])} 背景图 [indexbgimg]
{php echo tpl_form_field_color('style[fontcolor]', $styles['fontcolor']['content'])}
{php echo tpl_form_field_color('style[fontnavcolor]', $styles['fontnavcolor']['content'])}
{php echo tpl_form_field_color('style[linkcolor]', $styles['linkcolor']['content'])}
附加一些CSS样式
自定义属性
(说明:变量名用于设置不同的变量,只能是字母数字组成.变量描述可方便用户识别对应变量的作用,不能为空)
(注意:这里定义的变量,变量值不能为空,否则将视为无效)
{loop $styles $style} {if !in_array($style['variable'], $systemtags)}
变量名
变量描述
{/if} {/loop}
添加新变量
{/if} {if $do == 'template'}
{loop $stylesResult $item} {if !empty($item['styleid'])}
{$item['title']} ({$item['name']})
{else} {/if} {/loop}
{/if} {template 'common/footer'}