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
  • plugins/pages/index.php

    r2566 r3730  
    1010# 
    1111# -- END LICENSE BLOCK ----------------------------------------- 
    12 if (!defined('DC_CONTEXT_ADMIN')) { return; } 
     12if (!defined('DC_CONTEXT_ADMIN')) {return;} 
    1313 
    1414$act = !empty($_REQUEST['act']) ? $_REQUEST['act'] : 'list'; 
    1515 
    16  
    1716if ($act == 'page') { 
    18      include dirname(__FILE__).'/page.php'; 
     17    include dirname(__FILE__) . '/page.php'; 
    1918} else { 
    20      include dirname(__FILE__).'/list.php'; 
     19    include dirname(__FILE__) . '/list.php'; 
    2120} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map