honzasevcik![]() 2009-12-05 21:30 | I have can I set different style for each subpages at one page. I need that one subpage will be on the left and second on the right side of page. But in page template i only can set style for both of subpages together. Do you know any solution? » Quick.Cms v2.x |
Makaron2009-12-07 16:27 | In file templates/pages_default.tpl in block of subpages which You want to change for example in block SUBPAGES_LIST_1 change code:
<li class="l$aData[sStyle]">
<li class="l$aData[iStyle]">
|