{template 'common/header'}
风格基础图片存放的目录,如果为空则默认为./app/themes/default/images目录
{php echo tpl_form_field_color('style[indexbgcolor]', $styles['indexbgcolor']['content'])} 首页背景 [indexbgcolor]
附加属性 [indexbgextra]
背景图 [indexbgimg]
正常字体[fontfamily]
PX 正常字体大小[fontsize]
{php echo tpl_form_field_color('style[fontcolor]', $styles['fontcolor']['content'])} 普通文本颜色[fontcolor]
{php echo tpl_form_field_color('style[fontnavcolor]', $styles['fontnavcolor']['content'])} 菜单文本颜色[fontnavcolor]
{php echo tpl_form_field_color('style[linkcolor]', $styles['linkcolor']['content'])} 链接文字颜色[linkcolor]
自定义属性
(说明:变量名用于设置不同的变量,只能是字母数字组成。变量描述可方便用户识别对应变量的作用,不能为空)
(注意:这里定义的变量,变量值不能为空,且最大长度为20,否则将视为无效)
变量名
变量描述
添加新变量
提交
{template 'common/footer'}