$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=store_theme")
主题设置
- 店铺名称:$!store.store_name
#set($template="$!store.template")
#if(!$!store.template)
#set($template="default")
#end
- 店铺模板名称:$!template
- 店铺风格名称:
- 店铺首页
可用主题
#foreach($info in $!CommUtil.splitByChar("$!store.grade.templates",","))

- 模板名称:$!info
- 风格名称:我的默认小店
- 使用预览
#end
|
$!httpInclude.include("/footer.htm")