Line | |
---|
1 | <?php |
---|
2 | /* ----------------------------------------------------------------------------- |
---|
3 | Theme : Gally/Graphite |
---|
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 | |
---|
13 | include_once(PHPWG_THEMES_PATH.'gally-default/admin/GallyDefault.class.inc.php'); |
---|
14 | |
---|
15 | $interface = new GallyDefault("Gally/Graphite", "", PHPWG_THEMES_PATH.'gally-graphite/conf'); |
---|
16 | |
---|
17 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.