source: extensions/gally/gally-cuise/themeconf.inc.php @ 19217

Last change on this file since 19217 was 19217, checked in by cljosse, 11 years ago

[style] Gally-cuise fix compatibility with 2.4 (gally-grum-dark-II)

File size: 604 bytes
Line 
1<?php
2/*
3Theme Name: Gally/Cuise
4Version: 2.0.7
5Description: Cuise theme
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=398
7Author: Grum & cljosse
8Author URI: http://cl.josse.free.fr
9*/
10
11
12global $themeconf ;
13 
14
15$themeconf = array(
16  'name' => 'gally-cuise',
17  'theme_dir' => 'gally-cuise',
18  'img_dir' => 'themes/gally-cuise/images',
19
20  'parent' => 'gally-default',
21  'icon_dir' => 'themes/gally-cuise/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.