source: extensions/gally/gally-black-graphite/themeconf.inc.php @ 21997

Last change on this file since 21997 was 21997, checked in by flop25, 11 years ago

gally * themes of grum checked for 2.5 compatibility
-navig bar
-lang switch menu display

  • Property svn:executable set to *
File size: 628 bytes
Line 
1<?php
2/*
3Theme Name: Gally/Black-graphite
4Version: auto
5Description: simple dark-grey theme (inspired from Zaphod's theme <STRIPPED>)
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=485
7Author: Grum
8Author URI: http://www.grum.fr
9*/
10
11include_once(PHPWG_THEMES_PATH.'gally-default/admin/GallyFunctions.class.inc.php');
12
13$themeconf = array(
14  'name' => 'gally-black-graphite',
15  'theme' => 'gally-black-graphite',
16  'parent' => 'gally-default',
17  'icon_dir' => 'themes/gally-black-graphite/icon',
18  'mime_icon_dir' => 'themes/gally-black-graphite/icon/mimetypes/',
19);
20
21GallyFunctions::expandMenu($themeconf['theme']);
22
23?>
Note: See TracBrowser for help on using the repository browser.