Changeset 3111:a75e7dd3adb0 for inc/admin/lib.moduleslist.php
- Timestamp:
- 10/02/15 22:39:07 (10 years ago)
- Branch:
- default
- Children:
- 3112:8af982b2b210, 3113:fbe1189eb9eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r3036 r3111 753 753 $config = !empty($module['root']) && file_exists(path::real($module['root'].'/_config.php')); 754 754 755 if ($config || !empty($module['section']) || !empty($module[' section'])) {755 if ($config || !empty($module['section']) || !empty($module['tags'])) { 756 756 echo 757 757 '<div><ul class="mod-more">'; … … 767 767 } 768 768 769 if (!empty($module[' section'])) {769 if (!empty($module['tags'])) { 770 770 echo 771 771 '<li class="module-tags">'.__('Tags:').' '.html::escapeHTML($module['tags']).'</li>';
Note: See TracChangeset
for help on using the changeset viewer.