Dotclear


Ignore:
Timestamp:
03/08/18 17:58:39 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Code formatting (PSR-2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/index.php

    r3725 r3730  
    320320        form::hidden('post_lang', $core->auth->getInfo('user_lang')) . 
    321321        form::hidden('post_notes', '') . 
    322         '</p>' . 
    323         '</form>' . 
     322            '</p>' . 
     323            '</form>' . 
     324            '</div>'; 
     325    } 
     326} 
     327 
     328if ($dashboardContents != '' || $dashboardItems != '') { 
     329    echo 
     330        '<div id="dashboard-boxes">' . 
     331        ($dashboardItems != '' ? '<div class="db-items">' . $dashboardItems . '</div>' : '') . 
     332        ($dashboardContents != '' ? '<div class="db-contents">' . $dashboardContents . '</div>' : '') . 
    324333        '</div>'; 
    325         } 
    326     } 
    327  
    328     if ($dashboardContents != '' || $dashboardItems != '') { 
    329         echo 
    330             '<div id="dashboard-boxes">' . 
    331             ($dashboardItems != '' ? '<div class="db-items">' . $dashboardItems . '</div>' : '') . 
    332             ($dashboardContents != '' ? '<div class="db-contents">' . $dashboardContents . '</div>' : '') . 
    333             '</div>'; 
    334     } 
    335  
    336     echo '</div>'; #end dashboard-main 
    337     dcPage::helpBlock('core_dashboard'); 
    338     dcPage::close(); 
     334} 
     335 
     336echo '</div>'; #end dashboard-main 
     337dcPage::helpBlock('core_dashboard'); 
     338dcPage::close(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map