Dotclear

source: themes/ductile/_define.php @ 3730:5c45a5df9a59

Revision 3730:5c45a5df9a59, 786 bytes checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Code formatting (PSR-2)

Line 
1<?php
2# -- BEGIN LICENSE BLOCK ---------------------------------------
3# This file is part of Ductile, a theme for Dotclear
4#
5# Copyright (c) 2011 - Association Dotclear
6# Licensed under the GPL version 2.0 license.
7# See LICENSE file or
8# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
9#
10# -- END LICENSE BLOCK -----------------------------------------
11if (!defined('DC_RC_PATH')) {return;}
12
13$this->registerModule(
14    "Ductile",                              // Name
15    "Mediaqueries compliant elegant theme", // Description
16    "Dotclear Team",                        // Author
17    '1.5',                                  // Version
18    array(                                  // Properties
19        'standalone_config' => true,
20        'type'              => 'theme'
21    )
22);
Note: See TracBrowser for help on using the repository browser.

Sites map