Dotclear

Changeset 2347:37937133ffa6


Ignore:
Timestamp:
10/13/13 15:07:06 (12 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
2.6
Message:

Move title of selected theme ( request by Chief designer )

File:
1 edited

Legend:

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

    r2327 r2347  
    11561156               '<div class="box '.($current ? 'medium current-theme' : 'small theme').$distrib.'">'; 
    11571157 
    1158                if (in_array('name', $cols)) { 
     1158               if (in_array('name', $cols) && !$current) { 
    11591159                    $line .=  
    11601160                    '<h4 class="module-name">'.html::escapeHTML($module['name']).'</h4>'; 
     
    11871187 
    11881188               $line .=  
    1189                '<div class="module-infos toggle-bloc">'. 
     1189               '<div class="module-infos toggle-bloc">'; 
     1190 
     1191               if (in_array('name', $cols) && $current) { 
     1192                    $line .=  
     1193                    '<h4 class="module-name">'.html::escapeHTML($module['name']).'</h4>'; 
     1194               } 
     1195 
     1196               $line .= 
    11901197               '<p>'; 
    11911198 
Note: See TracChangeset for help on using the changeset viewer.

Sites map