root/extensions/gally/gally-lapis-lazuli/admin/maintain.inc.php
@
8531
| Revision 8531, 277 bytes (checked in by grum, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | include_once(PHPWG_THEMES_PATH.'gally-default/admin/GallyDefault.class.inc.php'); |
| 4 | |
| 5 | function theme_activate($id, $version, &$errors) |
| 6 | { |
| 7 | $errors=GallyDefault::activate($id, $version, '1.4.0', $errors); |
| 8 | } |
| 9 | |
| 10 | function theme_deactivate() |
| 11 | { |
| 12 | GallyDefault::deactivate(); |
| 13 | } |
| 14 | |
| 15 | ?> |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)