Rev | Line | |
---|
[19222] | 1 | <?php |
---|
| 2 | /* |
---|
| 3 | Theme Name: Cuise stripped & columns |
---|
[19231] | 4 | Version: 1.0.0 |
---|
[19222] | 5 | Description: Cuise theme (sous-thème de stripped_black_bloc) |
---|
[19229] | 6 | Theme URI: http://piwigo.org/ext/extension_view.php?eid=652 |
---|
[19222] | 7 | Author: cljosse |
---|
| 8 | Author URI: http://cl.josse.free.fr |
---|
| 9 | */ |
---|
| 10 | |
---|
| 11 | |
---|
| 12 | global $themeconf ; |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | $themeconf = array( |
---|
| 16 | 'name' => 'stripped_cuise_bloc', |
---|
| 17 | 'theme_dir' => 'stripped_cuise_bloc', |
---|
| 18 | 'img_dir' => 'themes/stripped_cuise_bloc/images', |
---|
| 19 | |
---|
| 20 | 'parent' => 'stripped_black_bloc', |
---|
| 21 | 'icon_dir' => 'themes/stripped_cuise_bloc/icon', |
---|
| 22 | |
---|
| 23 | 'admin_icon_dir' => 'themes/default/icon/admin', |
---|
| 24 | 'mime_icon_dir' => 'themes/default/icon/mimetypes/', |
---|
| 25 | 'local_head' => 'local_head.tpl', |
---|
| 26 | 'load_parent_local_head' => true, |
---|
| 27 | ); |
---|
| 28 | |
---|
| 29 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.