Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/index.php

    r2515 r2566  
    108108               throw new Exception(); 
    109109          } 
    110       
     110 
    111111          $feed_reader = new feedReader; 
    112112          $feed_reader->setCacheDir(DC_TPL_CACHE); 
     
    122122                    $dt = isset($item->link) ? '<a href="'.$item->link.'" class="outgoing" title="'.$item->title.'">'. 
    123123                         $item->title.' <img src="images/outgoing-blue.png" alt="" /></a>' : $item->title; 
    124                 
     124 
    125125                    if ($i < 3) { 
    126126                         $latest_news .= 
     
    149149     { 
    150150          $doc_links = '<div class="box small dc-box"><h3>'.__('Documentation and support').'</h3><ul>'; 
    151       
     151 
    152152          foreach ($__resources['doc'] as $k => $v) { 
    153153               $doc_links .= '<li><a class="outgoing" href="'.$v.'" title="'.$k.'">'.$k. 
    154154               ' <img src="images/outgoing-blue.png" alt="" /></a></li>'; 
    155155          } 
    156       
     156 
    157157          $doc_links .= '</ul></div>'; 
    158158          $__dashboard_items[$dashboardItem][] = $doc_links; 
     
    280280     $list = $core->plugins->getErrors(); 
    281281     if (!empty($list)) { 
    282           echo  
     282          echo 
    283283          '<div class="error" id="module-errors" class="error"><p>'.__('Errors have occured with following plugins:').'</p> '. 
    284284          '<ul><li>'.implode("</li>\n<li>", $list).'</li></ul></div>'; 
     
    290290 
    291291foreach ($__dashboard_items as $i) 
    292 {     
     292{ 
    293293     if ($i->count() > 0) 
    294294     { 
     
    321321               $core->blog->getCategories(array('post_type'=>'post')) 
    322322          ); 
    323       
     323 
    324324          echo 
    325325          '<div id="quick">'. 
     
    364364 
    365365foreach ($__dashboard_contents as $i) 
    366 {     
     366{ 
    367367     if ($i->count() > 0) 
    368368     { 
     
    376376 
    377377if ($dashboardContents != '' || $dashboardItems != '') { 
    378      echo  
     378     echo 
    379379     '<div id="dashboard-boxes">'. 
    380380     '<div class="db-items">'.$dashboardItems.$dashboardContents.'</div>'. 
    381      '</div>';       
     381     '</div>'; 
    382382} 
    383383 
     
    385385dcPage::helpBlock('core_dashboard'); 
    386386dcPage::close(); 
    387 ?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map