gpttemp
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{assign name="intVariant" value="$pageCfg.breadcrumb.variant"}
|
||||
{switch $pageCfg.breadcrumb.layout}
|
||||
|
||||
{case value="A"}
|
||||
{include file="module/breadcrumb/breadcrumb_A" /}
|
||||
{/case}
|
||||
|
||||
{case value="B"}
|
||||
{include file="module/breadcrumb/breadcrumb_B" /}
|
||||
{/case}
|
||||
|
||||
{case value="C"}
|
||||
{include file="module/breadcrumb/breadcrumb_C" /}
|
||||
{/case}
|
||||
|
||||
{case value="D"}
|
||||
{include file="module/breadcrumb/breadcrumb_D" /}
|
||||
{/case}
|
||||
|
||||
{/switch}
|
||||
Reference in New Issue
Block a user