Changeset 3427:75253b0af38a for themes/berlin/_define.php
- Timestamp:
- 11/30/16 13:21:56 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/berlin/_define.php
r3425 r3427 1 1 <?php 2 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 # This file is part of Currywurst, a theme for Dotclear3 # This file is part of Berlin, a theme for Dotclear 4 4 # 5 5 # Copyright (c) Association Dotclear … … 9 9 # 10 10 # -- END LICENSE BLOCK ----------------------------------------- 11 12 11 if (!defined('DC_RC_PATH')) { return; } 13 12 14 13 $this->registerModule( 15 14 /* Name */ "Berlin", 16 /* Description*/ "Dotclear > 2.7default theme",15 /* Description*/ "Dotclear 2.7+ default theme", 17 16 /* Author */ "Dotclear Team", 18 /* Version */ '1. 0',17 /* Version */ '1.1', 19 18 /* Properties */ array( 20 19 'type' => 'theme', 21 // 'tplset' => 'currywurst'22 20 'tplset' => 'dotty' 23 21 )
Note: See TracChangeset
for help on using the changeset viewer.