Changeset 3119:ce705fb9825d
- Timestamp:
- 10/02/15 22:39:07 (10 years ago)
- Branch:
- 2.8
- source:
- a75e7dd3adb06a6acbf639f325aec88541808a50
- 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.