Dotclear


Ignore:
Timestamp:
09/14/18 12:16:17 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

short notation for array (array() → [])

Location:
themes/customCSS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/customCSS/_define.php

    r3731 r3874  
    1717    "Olivier",                  // Author 
    1818    '1.2',                      // Version 
    19     array( 
     19    [ 
    2020        'type' => 'theme' 
    21     ) 
     21    ] 
    2222); 
  • themes/customCSS/_public.php

    r3731 r3874  
    1414if (!defined('DC_RC_PATH')) {return;} 
    1515 
    16 $core->addBehavior('publicHeadContent', array(__NAMESPACE__ . '\tplCustomTheme', 'publicHeadContent')); 
     16$core->addBehavior('publicHeadContent', [__NAMESPACE__ . '\tplCustomTheme', 'publicHeadContent']); 
    1717 
    1818class tplCustomTheme 
Note: See TracChangeset for help on using the changeset viewer.

Sites map