source: extensions/gally/gally-grum-dark-II/admin/admin.inc.php @ 6109

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

Gally's themes compatibles with piwigo 2.1

File size: 612 bytes
Line 
1<?php
2/* -----------------------------------------------------------------------------
3  Theme      : Gally/Grum dark II
4  Author     : Grum
5    email    : grum@piwigo.org
6    website  : http://photos.grum.fr
7
8    << May the Little SpaceFrog be with you ! >>
9  ------------------------------------------------------------------------------
10
11  --------------------------------------------------------------------------- */
12
13include_once(PHPWG_THEMES_PATH.'gally-default/admin/GallyDefault.class.inc.php');
14
15$interface = new GallyDefault("Gally/Grum dark II", "", PHPWG_THEMES_PATH.'gally-grum-dark-II/conf');
16
17?>
Note: See TracBrowser for help on using the repository browser.