Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Aug 9, 2021
1 parent 9751a1d commit d921d1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userfiles/modules/admin/modules/list.php
Expand Up @@ -310,14 +310,14 @@ class="module_draggable"
$module_layouts_skins_grouped = [];
foreach($module_layouts_skins as $module_layouts_skin) {
if(!$show_grouped_by_cats){
$expCategories = ['Layouts'];
$expCategories = ['Other'];

} else {
if(isset($module_layouts_skin['categories'])){
$expCategories = explode(',', $module_layouts_skin['categories']);
array_walk($expCategories,'trim');
} else {
$expCategories = ['Layouts'];
$expCategories = ['Other'];

}

Expand Down Expand Up @@ -345,7 +345,7 @@ class="module_draggable"


<li class=" " unselectable="on" onclick="$('.module-cat-toggle-<?php print($dynamic_layouts_group_name); ?>').toggle()">

<h4><?php print ucwords(_e($dynamic_layouts_group_name_orig, true)); ?> </h4>

</li>
Expand Down

0 comments on commit d921d1e

Please sign in to comment.