Archangeli Posted February 5, 2018 Share Posted February 5, 2018 Witam, przerabiam szablon .tpl na zapleczu. Dodaje zmienne odpowiedzialne za tłumaczenie a one się nie pojawiają. Gdzie może leżeć problem? Kod: <li {if isset($last) && $last == 'true'}class="last"{/if}> <a href="{$node.link|escape:'html':'UTF-8'}"{if isset($currentCategoryId) && $node.id == $currentCategoryId} class="selected"{/if} title="{$node.desc|strip_tags|trim|escape:'html':'UTF-8'}"> {if $node.name == "01"} {l s="Typ 01"} {elseif $node.name == "11"} {l s="Typ 11"} {elseif $node.name == "930"} {l s="Typ 930"} {elseif $node.name == "923"} {l s="Typ 923"} {else} {$node.name} {/if} </a> {if $node.children|@count > 0} <ul> {foreach from=$node.children item=child name=categoryTreeBranch} {if $smarty.foreach.categoryTreeBranch.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child last='false'} {/if} {/foreach} </ul> {/if} </li> Z góry dziękuję za pomoc. Link to comment Share on other sites More sharing options...
0 Archangeli Posted February 5, 2018 Author Share Posted February 5, 2018 Zapomniałem włączyć powiadomień. Link to comment Share on other sites More sharing options...
0 e_com Posted February 5, 2018 Share Posted February 5, 2018 Stosuj apostrof, a nie cudzysłów: {if $node.name == '01'} {l s='Typ 01'} Link to comment Share on other sites More sharing options...
Question
Archangeli
Witam, przerabiam szablon .tpl na zapleczu. Dodaje zmienne odpowiedzialne za tłumaczenie a one się nie pojawiają. Gdzie może leżeć problem? Kod:
Z góry dziękuję za pomoc.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now