source: extensions/gally/gally-lapis-lazuli/themeconf.inc.php @ 6769

Last change on this file since 6769 was 6109, checked in by grum, 14 years ago

Gally's themes compatibles with piwigo 2.1

  • Property svn:executable set to *
File size: 534 bytes
Line 
1<?php
2/*
3Theme Name: Gally/Lapis-lazuli
4Version: 1.3.0
5Description: Blue theme
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=380
7Author: Grum
8Author URI: http://photos.grum.fr
9*/
10
11include_once(PHPWG_THEMES_PATH.'gally-default/admin/GallyFunctions.class.inc.php');
12
13$themeconf = array(
14  'theme' => 'gally-lapis-lazuli',
15  'parent' => 'gally-default',
16  'icon_dir' => 'themes/gally-lapis-lazuli/icon',
17  'mime_icon_dir' => 'themes/gally-lapis-lazuli/icon/mimetypes/',
18);
19
20GallyFunctions::expandMenu($themeconf['theme']);
21
22?>
Note: See TracBrowser for help on using the repository browser.