Changeset 3874:ab8368569446 for themes/customCSS
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- Location:
- themes/customCSS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/customCSS/_define.php
r3731 r3874 17 17 "Olivier", // Author 18 18 '1.2', // Version 19 array(19 [ 20 20 'type' => 'theme' 21 )21 ] 22 22 ); -
themes/customCSS/_public.php
r3731 r3874 14 14 if (!defined('DC_RC_PATH')) {return;} 15 15 16 $core->addBehavior('publicHeadContent', array(__NAMESPACE__ . '\tplCustomTheme', 'publicHeadContent'));16 $core->addBehavior('publicHeadContent', [__NAMESPACE__ . '\tplCustomTheme', 'publicHeadContent']); 17 17 18 18 class tplCustomTheme
Note: See TracChangeset
for help on using the changeset viewer.