source:
extensions/gally/gally-cuise/admin/maintain.inc.php
@
11815
Last change on this file since 11815 was 8533, checked in by , 14 years ago | |
---|---|
File size: 277 bytes |
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 repository browser.