[-] MO : fixed bug #PSCFV-5724 - 1.5.2.0 cms block error when adding more than one column to the categories block in the footer
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
<td>
|
||||
<strong>{$cms_category['id_cms_category']}</strong>
|
||||
</td>
|
||||
<td><label for="{$id_checkbox}" class="t"><strong>{str_repeat(' ', ($cms_category['level_depth'] - 1) * 4)|cat:$cms_category['name']}</strong></label></td>
|
||||
<td><label for="{$id_checkbox}" class="t"><strong>{if $cms_category['level_depth'] > 0}{str_repeat(' ', ($cms_category['level_depth'] - 1) * 4)}{/if}{$cms_category['name']|escape}</strong></label></td>
|
||||
</tr>
|
||||
|
||||
{foreach $cms_category['cms_pages'] as $subkey => $cms_page}
|
||||
|
||||
Reference in New Issue
Block a user