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/themeEditor/_define.php

    r3333 r3730  
    1010# 
    1111# -- END LICENSE BLOCK ----------------------------------------- 
    12 if (!defined('DC_RC_PATH')) { return; } 
     12if (!defined('DC_RC_PATH')) {return;} 
    1313 
    1414$this->registerModule( 
    15      /* Name */               "themeEditor", 
    16      /* Description*/         "Theme Editor", 
    17      /* Author */             "Olivier Meunier", 
    18      /* Version */            '1.3', 
    19      array( 
    20           'type'         =>        'plugin', 
    21           'settings'     =>        array( 
    22                                         'pref' => '#user-options.themeEditor_prefs' 
    23                                    ) 
    24      ) 
     15    "themeEditor",     // Name 
     16    "Theme Editor",    // Description 
     17    "Olivier Meunier", // Author 
     18    '1.3',             // Version 
     19    array( 
     20        'type'     => 'plugin', 
     21        'settings' => array( 
     22            'pref' => '#user-options.themeEditor_prefs' 
     23        ) 
     24    ) 
    2525); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map