Dotclear

Changeset 3119:ce705fb9825d


Ignore:
Timestamp:
10/02/15 22:39:07 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.8
source:
a75e7dd3adb06a6acbf639f325aec88541808a50
Message:

Typo ! Thanks Gvx for having an eye on this ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.moduleslist.php

    r3036 r3111  
    753753                    $config = !empty($module['root']) && file_exists(path::real($module['root'].'/_config.php')); 
    754754 
    755                     if ($config || !empty($module['section']) || !empty($module['section'])) { 
     755                    if ($config || !empty($module['section']) || !empty($module['tags'])) { 
    756756                         echo 
    757757                         '<div><ul class="mod-more">'; 
     
    767767                         } 
    768768 
    769                          if (!empty($module['section'])) { 
     769                         if (!empty($module['tags'])) { 
    770770                              echo 
    771771                              '<li class="module-tags">'.__('Tags:').' '.html::escapeHTML($module['tags']).'</li>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map