diff --git a/admin-dev/themes/default/template/helpers/modules_list/list.tpl b/admin-dev/themes/default/template/helpers/modules_list/list.tpl index 65184a9be..beb531102 100644 --- a/admin-dev/themes/default/template/helpers/modules_list/list.tpl +++ b/admin-dev/themes/default/template/helpers/modules_list/list.tpl @@ -29,18 +29,12 @@ {if count($modules_list)} {counter start=1 assign="count"} -<<<<<<< HEAD - {foreach from=$modules_list item=module} - {include file='controllers/modules/tab_module_line.tpl' class_row={cycle values=",row alt"}} - {if $count %2 == 0}{/if} -======= {foreach from=$modules_list item=module}
{include file='controllers/modules/tab_module_line.tpl' class_row={cycle values=",row alt"}}
{if $count %3 == 0}
  • {/if} ->>>>>>> 6ac3f1133ae7547ff92964c47ec141c3ab5bf5c4 {counter} {/foreach}
  • @@ -52,6 +46,6 @@ - {/if} + {/if}