Jako swój pierwszy post, witam serdecznie całą społeczność.
A teraz do rzeczy. Kwestia dotyczy modułu blockcategories - wersja Presty 1.5.6.2. Otóż chciałbym zrobić - a nie wiem czy jest to w ogóle możliwe stosunkowo niedużym nakładem zmian kodu - aby wszystkie nazwy kategorii były nagłówkami.
Czy jest to możliwe? Jak należy dokonać takie zmiany? Domyślam się, że w innym miejscu niż .tpl pliku modułu z kodem poniżej?
Question
Damian Lewandowicz
Jako swój pierwszy post, witam serdecznie całą społeczność.
A teraz do rzeczy. Kwestia dotyczy modułu blockcategories - wersja Presty 1.5.6.2. Otóż chciałbym zrobić - a nie wiem czy jest to w ogóle możliwe stosunkowo niedużym nakładem zmian kodu - aby wszystkie nazwy kategorii były nagłówkami.
Czy jest to możliwe? Jak należy dokonać takie zmiany? Domyślam się, że w innym miejscu niż .tpl pliku modułu z kodem poniżej?
{foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} {/foreach}Pozdrawiam,
Damian
Link to comment
Share on other sites
8 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